Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 5f82134

Browse files
add python 3.2 to tox tests
as support is claimed on docs (and works).
1 parent 97254ba commit 5f82134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py27-{flake8,docs},
4-
{py27,py33,py34}-django{1.6,1.7,1.8}-drf{2.4.3,2.4.4,3.0.0,3.1.0}
4+
{py27,py32,py33,py34}-django{1.6,1.7,1.8}-drf{2.4.3,2.4.4,3.0.0,3.1.0}
55

66
[testenv]
77
commands = ./runtests.py --fast {posargs}

0 commit comments

Comments
 (0)