Skip to content

Commit 04a1f6d

Browse files
committed
add pypitest test in tox.ini
1 parent 87c6bfe commit 04a1f6d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@ recreate = True
9292
commands =
9393
pip freeze
9494
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

Comments
 (0)