Skip to content

Commit

Permalink
add pypitest test in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed May 28, 2019
1 parent 87c6bfe commit 04a1f6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ recreate = True
commands =
pip freeze
python -c "import pyDataverse; print(pyDataverse.__name__); print(pyDataverse.__version__)"

[testenv:pypitest]
description = install from test pypi
skip_install = True
recreate = True
commands =
pip install --index-url https://test.pypi.org/simple/ pyDataverse
pip freeze

0 comments on commit 04a1f6d

Please sign in to comment.