Skip to content

Commit 2d84308

Browse files
committed
Tweaking tox install
1 parent e18a9d6 commit 2d84308

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ target/
6363

6464
# Testing
6565
.pytest_cache/
66-
toolkit/tests/data/test.*
66+
epanet_python/toolkit/tests/data/test.*
67+
epanet_python/toolkit/tests/data/test_reopen.inp
6768

6869
# Wrapped libraries
6970
*.h

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
envlist = py36
55

66
[testenv]
7+
skip_install = true
78
deps =
89
pytest
910
numpy
1011
commands =
12+
python -m pip -v install -e .
1113
python -m pytest --color=yes epanet_python -s

0 commit comments

Comments
 (0)