Skip to content

Commit

Permalink
Add pypy3 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed May 24, 2017
1 parent 5ef277b commit 641b762
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ matrix:
python: "2.7"
- env: TOXENV=pypy-django111
python: "pypy"
- env: TOXENV=pypy3-django111
python: "pypy3.5-5.7-beta"
- env: TOXENV=py34-django111
python: "3.4"
- env: TOXENV=py35-django111
python: "3.5"
- env: TOXENV=py36-django111
python: "3.6"
- env: TOXENV=pypy-django-master
python: "pypy"
- env: TOXENV=pypy3-django-master
python: "pypy3.5-5.7-beta"
- env: TOXENV=py34-django-master
python: "3.4"
- env: TOXENV=py35-django-master
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[tox]
envlist =
{py27,py34}-django{16,17,18,19,110,111}
pypy-django{16,17,18,19,110,111,-master}
{py27,pypy,py34}-django{16,17,18,19,110,111}
py35-django{19,110,111,-master}
py36-django{111,-master}
pypy3-django{111,-master}
docs

[testenv]
basepython =
py27: python2.7
pypy: pypy
pypy3: pypy3
py34: python3.4
py35: python3.5
py36: python3.6
Expand Down

0 comments on commit 641b762

Please sign in to comment.