diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 14:27:11 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 14:27:11 -0500 |
| commit | 17b1bdfdd33fec691b4debd2cc0cc250074f80c0 (patch) | |
| tree | 52c70d30acc7eedb30f298cad8858601189ae7fc /.travis.yml | |
| parent | Merge branch 'param_grids' (diff) | |
| download | pygensvm-17b1bdfdd33fec691b4debd2cc0cc250074f80c0.tar.gz pygensvm-17b1bdfdd33fec691b4debd2cc0cc250074f80c0.zip | |
add travis config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 14 |
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 |
