Skip to content

Commit

Permalink
Switch to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Apr 28, 2016
1 parent c5ffbfb commit 0656373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Expand Up @@ -9,8 +9,6 @@ python:
- "nightly" # currently points to 3.6-dev
install:
- pip install -r requirements.txt
- pip install nose coverage codecov
# command to run tests
script:
- python setup.py nosetests --with-coverage
after-success: codecov
- pip install tox
script:
- tox
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -2,6 +2,7 @@
envlist = py{2.6,2.7,pypy,pypy3,3.3,3.4,3.5},lint,pylint

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
commands =
Expand Down

0 comments on commit 0656373

Please sign in to comment.