From 03b3a81178062e7fe1880ebf4553dc0d5aa8aa57 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Sun, 16 Oct 2016 11:48:54 +0200 Subject: [PATCH] Add travis file for testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cc94fe..f12625e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.5" install: - - pip install pytest + - pip install pytest numpy - python setup.py build - python setup.py install