Skip to content

Commit

Permalink
use tox for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Aug 13, 2017
1 parent 53072cc commit 24746b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ python:
before_install:
- pip install --upgrade pip setuptools wheel
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- pip install coveralls
- python setup.py develop
- pip install -r requirements-travis.txt
script:
- coverage run -m py.test
- tox
after_success:
- coveralls
2 changes: 2 additions & 0 deletions requirements-travis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coveralls
tox-travis

0 comments on commit 24746b3

Please sign in to comment.