CI: Removes pypy3 target

This commit is contained in:
Ask Solem 2016-11-21 14:48:41 -08:00
parent 173b7a17d5
commit 0513fd8bef
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ env:
- TOXENV=3.4
- TOXENV=3.5
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8
- TOXENV=flakeplus
- TOXENV=apicheck

View File

@ -4,7 +4,6 @@ envlist =
pypy
3.4
3.5
pypy3
flake8
flakeplus
apicheck
@ -33,7 +32,6 @@ basepython =
3.4: python3.4
3.5: python3.5
pypy: pypy
pypy3: pypy3
jython: jython
[testenv:cov]