Skip to content

Commit cf4f610

Browse files
committed
CI: revert changes and disable pypy3 builds on travis until tox issue is fixed
1 parent ea09f7d commit cf4f610

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414
- TOX_ENV=py34
1515
- TOX_ENV=py35
1616
- TOX_ENV=pypy
17-
- TOX_ENV=pypy3
17+
# reenable when pypy3 support in tox will be fixed
18+
#- TOX_ENV=pypy3
1819
- TOX_ENV=pep8
1920
- TOX_ENV=pep257
2021
- TOX_ENV=coverage

requirements-tests.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# note: pip>9.0 does not support current pypy3
2-
pip<9.0
31
pytest
42
pytz

0 commit comments

Comments
 (0)