We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c6bfe commit 04a1f6dCopy full SHA for 04a1f6d
1 file changed
tox.ini
@@ -92,3 +92,11 @@ recreate = True
92
commands =
93
pip freeze
94
python -c "import pyDataverse; print(pyDataverse.__name__); print(pyDataverse.__version__)"
95
+
96
+[testenv:pypitest]
97
+description = install from test pypi
98
+skip_install = True
99
+recreate = True
100
+commands =
101
+ pip install --index-url https://test.pypi.org/simple/ pyDataverse
102
+ pip freeze
0 commit comments