Skip to content

Commit a0c48a8

Browse files
author
Brandon Cazander
committed
Fix tox.ini envlist: 3.0 -> 3.0.0.
1 parent c40e944 commit a0c48a8

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}-drf{2.4.3,2.4.4,3.0}
4+
{py27,py33,py34}-django{1.6,1.7}-drf{2.4.3,2.4.4,3.0.0}
55

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

0 commit comments

Comments
 (0)