Skip to content

Commit

Permalink
Merge pull request #133 from pinterest/drop-pypy3-travis-ci-support
Browse files Browse the repository at this point in the history
Drop support for pypy3
  • Loading branch information
nichochar authored Dec 2, 2016
2 parents 52db64a + 6f85787 commit cce595d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
# - TOXENV=pypy3
# Drop support until travis fixes python3 pypy interpreter path issue
# https://github.com/travis-ci/travis-ci/issues/6304#ref-issue-177592739

install:
- travis_retry pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, pypy, pypy3, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
envlist = py26, py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit cce595d

Please sign in to comment.