summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2016-01-01 15:04:51 -0800
committerDana Powers <dana.powers@rd.io>2016-01-01 22:44:19 -0800
commit1a6ff2615cebde0dab49151b4b8a15fc97edb4e6 (patch)
tree517ab0ebb631a3b4a7f15b3b223b3dabd8525fa8 /.travis.yml
parentcb325af5ffc3f711842e103130a87d5b073a9ff5 (diff)
downloadkafka-python-1a6ff2615cebde0dab49151b4b8a15fc97edb4e6.tar.gz
Use pytest instead of nose for running tests via tox
- use pytest-sugar for pretty output - add linting to each python tox environment - drop lint as separate tox target - replace travis_selector.sh with shell magic
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f0baa6..64d019c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,7 @@ deploy:
# branch: master
script:
- - if [ -n "$UNIT_AND_LINT_ONLY" ]; then tox -e lint,`./travis_selector.sh $TRAVIS_PYTHON_VERSION`; else tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`; fi
+ - tox -e ${TRAVIS_PYTHON_VERSION/./}
after_success:
- coveralls