We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2220dee + 71614cf commit f7cdb31Copy full SHA for f7cdb31
1 file changed
tox.ini
@@ -1,18 +1,10 @@
1
-# Python Trove Client
2
-
3
[tox]
4
envlist = py39,pep8
5
minversion = 3.18.0
6
skipsdist = True
7
ignore_basepython_conflict = True
8
9
[testenv]
10
-setenv = VIRTUAL_ENV={envdir}
11
- NOSE_WITH_OPENSTACK=1
12
- NOSE_OPENSTACK_COLOR=1
13
- NOSE_OPENSTACK_RED=0.05
14
- NOSE_OPENSTACK_YELLOW=0.025
15
- NOSE_OPENSTACK_SHOW_ELAPSED=1
16
usedevelop = True
17
install_command = pip install {opts} {packages}
18
deps =
0 commit comments