Skip to content

Commit ab5821b

Browse files
committed
Fix tox envlist: remove hyphens
1 parent d6c6033 commit ab5821b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
22
envlist =
3-
- py{35,36}-dj{21,20,111,110,19,18}-postgres
4-
- py34-dj{20,111,110}-postgres
5-
- py27-dj{111,110}-{mysql_innodb,mysql_myisam,postgres}
6-
- py27-dj{111,110,19,18}-postgres
7-
- py{36,py27}-checkqa
3+
py{35,36}-dj{21,20,111,110,19,18}-postgres
4+
py34-dj{20,111,110}-postgres
5+
py27-dj{111,110}-{mysql_innodb,mysql_myisam,postgres}
6+
py27-dj{111,110,19,18}-postgres
7+
py{36,py27}-checkqa
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)