From b32563ac8ea7fc1207ee54fe2be95350c584b511 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 20 Mar 2016 01:21:48 -0400 Subject: [PATCH] Add python 3.5 and remove python 3.2 from tox.ini. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1aead0307c..79581d3850 100644 --- a/tox.ini +++ b/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