Skip to content

Commit

Permalink
added automatic release for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKuehnel committed Mar 10, 2018
1 parent b74dc11 commit 05bf335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
env: TOXENV=flake8
- python: '3.6'
env: TOXENV=pylint
install: pip install -U tox coveralls

script: travis_wait tox
install: pip install -U tox coveralls
script: tox
after_success: coveralls

0 comments on commit 05bf335

Please sign in to comment.