Skip to content

Commit 7a10417

Browse files
Peter Wilhelmsson2hdddg
authored andcommitted
Fixes tox performance script
test has been renamed to tests on 4.0 branch.
1 parent e0dd9c2 commit 7a10417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox-performance.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ passenv =
1111
NEO4J_URI
1212
commands =
1313
python setup.py develop
14-
pip install --upgrade -r {toxinidir}/test/requirements.txt
14+
pip install --upgrade -r {toxinidir}/tests/requirements.txt
1515
coverage erase
16-
coverage run -m pytest -v {posargs} test/performance
16+
coverage run -m pytest -v {posargs} tests/performance
1717
coverage report

0 commit comments

Comments
 (0)