From 96ae4e243494b7da1bd635da70db4162ebfaae7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Sabater=20Montes?= <jsm@iaa.es> Date: Thu, 27 Apr 2017 12:17:25 +0100 Subject: [PATCH] Test in different versions of Python --- tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..de075fb --- /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 -- GitLab