Skip to content

Commit 86d5d22

Browse files
authored
tox: fix checkqa envlist entries (#525)
1 parent 781daae commit 86d5d22

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
@@ -8,7 +8,7 @@ envlist =
88
- pypy3-pytest3-django1.8-{sqlite,sqlite_file}
99
- pypy3-pytest2-django1.8-sqlite_file
1010
- pypy-pytest3-django1.10-sqlite_file
11-
- py{35,py27}-checkqa
11+
- py{36,27}-checkqa
1212

1313
[testenv]
1414
deps =

0 commit comments

Comments
 (0)