mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added all current Python3 interpreter for testing. This is now in line with Django's testing scheme.
This commit is contained in:
parent
41ea174ca6
commit
12a15fffaf
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@ language: python
|
|||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue