diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a473d27 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - "3.6" + +before_install: + - pip3 install numpy scipy + +install: + - pip3 install -r requirements.txt + - pip3 install nose + +script: + - nosetests