There was an error while loading. Please reload this page.
1 parent ea09f7d commit cf4f610Copy full SHA for cf4f610
.travis.yml
@@ -14,7 +14,8 @@ env:
14
- TOX_ENV=py34
15
- TOX_ENV=py35
16
- TOX_ENV=pypy
17
- - TOX_ENV=pypy3
+ # reenable when pypy3 support in tox will be fixed
18
+ #- TOX_ENV=pypy3
19
- TOX_ENV=pep8
20
- TOX_ENV=pep257
21
- TOX_ENV=coverage
requirements-tests.txt
@@ -1,4 +1,2 @@
1
-# note: pip>9.0 does not support current pypy3
2
-pip<9.0
3
pytest
4
pytz
0 commit comments