Travis/tox: drop Python 3.3; shrink Travis matrix

Discontinue support/testing for Python 3.3 with Django 1.8.
Closes #99

Focus Travis testing on currently-supported Django/Python combinations.
(But keep a few older ones in the matrix, too.)
This commit is contained in:
medmunds
2018-05-15 11:08:20 -07:00
parent 3cadaca9dd
commit 0e99bcf42e
2 changed files with 17 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ envlist =
django111-py{27,34,35,36,py2}
django110-py{27,34,35,py2}
django19-py{27,34,35,py2}
django18-py{33,34,35,py2}
django18-py{34,35,py2}
# ... then prereleases (if available):
#django21-py{35,36}
djangoMaster-py{36,37}