From 17b1bdfdd33fec691b4debd2cc0cc250074f80c0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Mar 2019 14:27:11 -0500 Subject: add travis config --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d9caa36 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: + - "3.6" + +env: + - CC="gcc" + +install: + - pip install --upgrade pip + - pip install -r requirements.txt + - pip install nose + +script: + - python setup.py build_ext --inplace develop nosetests -v -- cgit v1.2.3