8000 support setup.py test rather than run_tests.py · Lukasa/github3.py@be9d512 · GitHub
[go: up one dir, main page]

Skip to content

Commit be9d512

Browse files
committed
support setup.py test rather than run_tests.py
1 parent bd2c144 commit be9d512

File tree

1 file changed

+6
< 8000 div class="ml-1 text-small text-bold fgColor-danger">-8
lines changed

1 file changed

+6
-8
lines changed

tox.ini

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
envlist = py26,py27,py32,py33
33
[testenv]
44
deps =
5-
requests>=1.2.0
6-
git+git://github.com/garybernhardt/expecter.git
5+
requests>=1.2.3
76
coverage>=3.5.2
8-
mock>=1.0.0
7+
mock>=1.0.1
98
commands =
10-
python run_tests.py
9+
python setup.py test
1110

1211
[testenv:py26]
1312
deps =
14-
requests>=1.2.0
15-
git+git://github.com/garybernhardt/expecter.git
13+
requests>=1.2.3
1614
coverage>=3.5.2
17-
mock>=1.0.0
15+
mock>=1.0.1
1816
commands =
19-
python run_tests.py
17+
python setup.py test

0 commit comments

Comments
 (0)
0