Skip to content

Commit

Permalink
pin tox version to save time figuring out how to fix passing args around
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Jan 26, 2017
1 parent 4676a12 commit 1de6aab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: python

sudo: false

python:
- "3.5"
- "3.6"
- "2.7"

install:
- pip install tox coveralls>=1.0a
- pip install "tox<2.5"
- pip install "coveralls>=1.0a"

script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . ) -- -a "\"--cov-report term-missing --cov critics\""
Expand Down

0 comments on commit 1de6aab

Please sign in to comment.