Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Dec 6, 2016
1 parent 69302c8 commit 8449a81
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -18,12 +18,8 @@ install:
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
fi
- |
if [ "$TOXENV" = "py32" ] || [ "$TOXENV" = "pypy3" ]; then
pip install 'virtualenv<14.0.0' 'tox>=1.9' coveralls
else
pip install 'tox>=1.9' coveralls
fi
- pip install 'tox>=1.9' coveralls

script:
- tox
env:
Expand Down

0 comments on commit 8449a81

Please sign in to comment.