Skip to content

Commit

Permalink
CI: Removes pypy3 target
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Nov 22, 2016
1 parent 6474518 commit a9eef3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
- TOXENV=3.4
- TOXENV=pypy
- TOXENV=3.5
- TOXENV=pypy3
- TOXENV=flake8
- TOXENV=flakeplus
- TOXENV=apicheck
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = 2.6,2.7,pypy,3.4,3.5,pypy3,flake8,flakeplus,apicheck
envlist = 2.6,2.7,pypy,3.4,3.5,flake8,flakeplus,apicheck

[testenv]
deps=
Expand All @@ -21,7 +21,6 @@ basepython =
3.4: python3.4
3.5: python3.5
pypy: pypy
pypy3: pypy3

[testenv:apicheck]
commands =
Expand Down

0 comments on commit a9eef3a

Please sign in to comment.