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.
2 parents b2bd214 + 6b5bc9f commit c126a09Copy full SHA for c126a09
tox.ini
@@ -51,17 +51,9 @@ commands =
51
cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* --cov astroquery --cov-config={toxinidir}/setup.cfg {posargs}
52
cov: coverage xml -o {toxinidir}/coverage.xml
53
54
-[testenv:predeps]
55
-description = run tests with pre-releases
56
-pip_pre = True
57
-
58
-deps = {[testenv]deps}
59
-passenv = {[testenv]passenv}
60
-pypi_filter = {[testenv]pypi_filter}
61
-changedir = {[testenv]changedir}
62
-extras = {[testenv]extras}
63
-commands = {[testenv]commands}
64
+pip_pre =
+ predeps: true
+ !predeps: false
65
66
[testenv:codestyle]
67
changedir = {toxinidir}
0 commit comments