Add python 3.5 and remove python 3.2 from tox.ini.
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -1,15 +1,15 @@
|
||||
[tox]
|
||||
envlist =
|
||||
coverage-clean
|
||||
py{27,32,33,34}-django{1.7,1.8}
|
||||
py{27,33,34,35}-django{1.7,1.8}
|
||||
coverage-report
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py32: python3.2
|
||||
py33: python3.3
|
||||
py34: python3.4
|
||||
py35: python3.5
|
||||
|
||||
commands=
|
||||
coverage run {envdir}/bin/django-admin.py runtests --settings=mayan.settings.testing --nomigrations
|
||||
|
||||
Reference in New Issue
Block a user