Skip to content

Commit

Permalink
Temporarirly remove pypy3 from CI build matrix
Browse files Browse the repository at this point in the history
Currently Travis has an issue with pypy3 builds, see:

travis-ci/travis-ci#6727

Once this has been fixed on travis we can restart testing against it.
Please note that 'tox -e pypy3' still works locally, so your PRs will
still be checked against pypy3 before a merge (so make sure it passes).
  • Loading branch information
nicolaiarocci committed Nov 19, 2016
1 parent 3f673c9 commit 86c1e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
#- TOX_ENV=pypy3
- TOX_ENV=flake8
install: travis_retry pip install tox
script:
Expand Down

0 comments on commit 86c1e92

Please sign in to comment.