We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dd9c2 commit 7a10417Copy full SHA for 7a10417
tox-performance.ini
@@ -11,7 +11,7 @@ passenv =
11
NEO4J_URI
12
commands =
13
python setup.py develop
14
- pip install --upgrade -r {toxinidir}/test/requirements.txt
+ pip install --upgrade -r {toxinidir}/tests/requirements.txt
15
coverage erase
16
- coverage run -m pytest -v {posargs} test/performance
+ coverage run -m pytest -v {posargs} tests/performance
17
coverage report
0 commit comments