=
commited on
Commit
·
d1029b0
1
Parent(s):
105173e
tests for different versions.
Browse files
tox.ini
CHANGED
@@ -26,7 +26,7 @@ deps =
|
|
26 |
-r{toxinidir}/requirements_dev.txt
|
27 |
; If you want to make tox run the tests with the same versions, create a
|
28 |
; requirements.txt with the pinned versions and uncomment the following line:
|
29 |
-
-r{toxinidir}/requirements.txt
|
30 |
commands =
|
31 |
pip install -U pip
|
32 |
pytest --basetemp={envtmpdir}
|
|
|
26 |
-r{toxinidir}/requirements_dev.txt
|
27 |
; If you want to make tox run the tests with the same versions, create a
|
28 |
; requirements.txt with the pinned versions and uncomment the following line:
|
29 |
+
; -r{toxinidir}/requirements.txt
|
30 |
commands =
|
31 |
pip install -U pip
|
32 |
pytest --basetemp={envtmpdir}
|