Skip to content

Commit 7800f48

Browse files
committed
remove py33 from tox
1 parent 7dc31aa commit 7800f48

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36,py37,pypy,pypy3
2+
envlist = py27,py34,py35,py36,py37,pypy,pypy3
33

44
[testenv]
55
passenv = *
6-
deps=
7-
-rtest-requirements.txt
8-
commands=nosetests -m '^(int|unit)?[Tt]est'
6+
deps =
7+
commands =
8+
pip install -r test-requirements.txt
9+
nosetests -m '^(int|unit)?[Tt]est'
910

1011
[testenv:coverage]
1112
deps=

0 commit comments

Comments
 (0)