Skip to content

Commit f64af81

Browse files
committed
Remove pypy target from master
pypy is 2.5.0, which is compatible with Python 2.7.13. pypy3 is 2.4.0, which is compatible with Python 3.2, and won't work with pip.
1 parent 5ef277b commit f64af81

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ matrix:
4646
python: "3.5"
4747
- env: TOXENV=py36-django111
4848
python: "3.6"
49-
- env: TOXENV=pypy-django-master
50-
python: "pypy"
5149
- env: TOXENV=py34-django-master
5250
python: "3.4"
5351
- env: TOXENV=py35-django-master
@@ -57,7 +55,6 @@ matrix:
5755
- env: TOXENV=docs
5856
python: "2.7"
5957
allow_failures:
60-
- env: TOXENV=pypy-django-master
6158
- env: TOXENV=py34-django-master
6259
- env: TOXENV=py35-django-master
6360
- env: TOXENV=py36-django-master

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
envlist =
3-
{py27,py34}-django{16,17,18,19,110,111}
4-
pypy-django{16,17,18,19,110,111,-master}
3+
{py27,pypy,py34}-django{16,17,18,19,110,111}
54
py35-django{19,110,111,-master}
65
py36-django{111,-master}
76
docs

0 commit comments

Comments
 (0)