diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000000000000000000000000000000000000..de075fb755d73ac2e173291253191901467c4f20 --- /dev/null +++ b/tox.ini @@ -0,0 +1,10 @@ +[tox] +envlist = py27,py34,py35,py36 +[testenv] +commands = py.test +deps = + numpy + astropy + scipy + matplotlib + pytest \ No newline at end of file