Added all current Python3 interpreter for testing. This is now in line with Django's testing scheme.

This commit is contained in:
Martin Mahner 2017-01-19 13:34:07 +01:00
parent 41ea174ca6
commit 12a15fffaf
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@ language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6

View file

@ -1,7 +1,8 @@
[tox]
toxworkdir=/tmp/tox/dpaste
skip_missing_interpreters = True
envlist=
py{27,36}-django-{18,19,110}
py{27,34,35,36}-django-{18,19,110}
[testenv]
install_command =