We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44c97cc + c8723ce commit 16edd97Copy full SHA for 16edd97
1 file changed
tox.ini
@@ -1,7 +1,11 @@
1
[tox]
2
+minversion = 1.6
3
envlist = py26,py27,py33,pep8
4
+skipdist = True
5
6
[testenv]
7
+usedevelop = True
8
+install_command = pip install -U {opts} {packages}
9
setenv = VIRTUAL_ENV={envdir}
10
LANG=en_US.UTF-8
11
LANGUAGE=en_US:en
@@ -17,7 +21,7 @@ commands = flake8
17
21
commands = {posargs}
18
22
19
23
[testenv:cover]
20
-commands = python setup.py testr --coverage --testr-args='{posargs}'
24
+commands = python setup.py test --coverage --testr-args='{posargs}'
25
26
[tox:jenkins]
27
downloadcache = ~/cache/pip
0 commit comments