Skip to content

Commit

Permalink
CI: revert changes and disable pypy3 builds on travis until tox issue…
Browse files Browse the repository at this point in the history
… is fixed
  • Loading branch information
swistakm committed Mar 5, 2017
1 parent ea09f7d commit cf4f610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,8 @@ env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
# reenable when pypy3 support in tox will be fixed
#- TOX_ENV=pypy3
- TOX_ENV=pep8
- TOX_ENV=pep257
- TOX_ENV=coverage
Expand Down
2 changes: 0 additions & 2 deletions requirements-tests.txt
@@ -1,4 +1,2 @@
# note: pip>9.0 does not support current pypy3
pip<9.0
pytest
pytz

0 comments on commit cf4f610

Please sign in to comment.