Commit 42fc76f
authored
Merge pull request #33 from jdufresne/tox-deps
Simplify dependency handling in tox.ini
When tox runs, it installs the project and its dependencies. There is
no need to respecify the dependencies listed in setup.py in tox.ini.
This ensures that the dependencies listed in setup.py are correct and
tests pass when they are used.1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | | - | |
17 | | - | |
| 12 | + | |
18 | 13 | | |
19 | 14 | | |
20 | 15 | | |
| |||
0 commit comments