Skip to content

Commit

Permalink
don't skip missing interpreters (#24)
Browse files Browse the repository at this point in the history
* don't skip missing interpreters

* try calling it pypy3
  • Loading branch information
Peter Bengtsson authored Dec 22, 2018
1 parent b8eb534 commit e14f070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "pypy3.5"
- pypy3
cache: pip
install:
- pip install tox-travis
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ envlist =
py27-django{18,19,110,111},
py35-django{18,19,110,111,20,21},
py36-django{18,19,110,111,20,21},
pypy35-django{18,19,110,111,20,21},
skip_missing_interpreters = True
pypy3-django{18,19,110,111,20,21},

[testenv]
basepython =
py27: python2.7
py35: python3.5
py36: python3.6
pypy35: pypy3.5
pypy3: pypy3
usedevelop = true
setenv =
DJANGO_SETTINGS_MODULE = tests.settings
Expand Down

0 comments on commit e14f070

Please sign in to comment.