Skip to content

Commit

Permalink
Merge pull request #1003 from aphearin/tox_migration
Browse files Browse the repository at this point in the history
Added new tox.ini
  • Loading branch information
aphearin committed Dec 11, 2020
2 parents ec3e7fa + 369340a commit 4b220ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tox]
envlist = py37

[testenv]
deps =
bs4
requests
numpy
cython
scipy
astropy
pytest-astropy
h5py
commands =
python setup.py test

0 comments on commit 4b220ff

Please sign in to comment.