Skip to content

Commit

Permalink
CI: try to force pip version in tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Mar 5, 2017
1 parent 983ae4c commit ea09f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,6 @@ env:
- TOX_ENV=flake8

script:
# note: pip>9.0 does not support current pypy3
- pip install -U 'pip<9.0'
- tox -e $TOX_ENV

notifications:
Expand Down
2 changes: 2 additions & 0 deletions requirements-tests.txt
@@ -1,2 +1,4 @@
# note: pip>9.0 does not support current pypy3
pip<9.0
pytest
pytz

0 comments on commit ea09f7d

Please sign in to comment.