There was an error while loading. Please reload this page.
1 parent f125ad7 commit d790d28Copy full SHA for d790d28
1 file changed
tox.ini
@@ -2,9 +2,10 @@
2
envlist = py26,py27,py33
3
4
[testenv]
5
-deps=
+sitepackages = True
6
+deps =
7
requests
8
pep8
9
coverage
-commands=
10
+commands =
11
python setup.py test []
0 commit comments