Skip to content

Commit d137a21

Browse files
committed
Split tox environments into test & install to replicate installation issue #31
1 parent f549ddf commit d137a21

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,8 +1,8 @@
11
[tox]
2-
envlist=py27,py33,py34,py35,py36
3-
skipsdist=True
2+
envlist=py{27,33,34,35,36}-{test,install}
43
[testenv]
54
deps=
6-
-rrequirements_dev.txt
7-
py27: subprocess32
8-
commands=nosetests
5+
test: -rrequirements_dev.txt
6+
py27-test: subprocess32
7+
commands=
8+
test: nosetests

0 commit comments

Comments
 (0)