From 369340abd4b3fec99aae9a71900a8e85fb4b7f6b Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Fri, 11 Dec 2020 07:58:27 -0600 Subject: [PATCH] Added new tox.ini --- tox.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..49d9e9d71 --- /dev/null +++ b/tox.ini @@ -0,0 +1,15 @@ +[tox] +envlist = py37 + +[testenv] +deps = + bs4 + requests + numpy + cython + scipy + astropy + pytest-astropy + h5py +commands = + python setup.py test