aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-06 14:27:11 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-06 14:27:11 -0500
commit17b1bdfdd33fec691b4debd2cc0cc250074f80c0 (patch)
tree52c70d30acc7eedb30f298cad8858601189ae7fc /.travis.yml
parentMerge branch 'param_grids' (diff)
downloadpygensvm-17b1bdfdd33fec691b4debd2cc0cc250074f80c0.tar.gz
pygensvm-17b1bdfdd33fec691b4debd2cc0cc250074f80c0.zip
add travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
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