Skip to content

Commit 6a8735d

Browse files
authored
tox.ini: fix checkqa in envlist (#646)
Fixes #567.
1 parent 4bf4093 commit 6a8735d

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
@@ -4,7 +4,7 @@ envlist =
44
py34-dj{20,111,110}-postgres
55
py27-dj{111,110}-{mysql_innodb,mysql_myisam,postgres}
66
py27-dj{111,110,19,18}-postgres
7-
py{36,py27}-checkqa
7+
checkqa
88

99
[testenv]
1010
extras = testing

0 commit comments

Comments
 (0)