diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 14:34:09 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 14:34:09 -0500 |
| commit | b3bd51130b69f42b4a2d43a66ff054c6ea685e63 (patch) | |
| tree | 1f5da1759221786479afe97a76043e9b3f6d9717 | |
| parent | add travis config (diff) | |
| download | pygensvm-b3bd51130b69f42b4a2d43a66ff054c6ea685e63.tar.gz pygensvm-b3bd51130b69f42b4a2d43a66ff054c6ea685e63.zip | |
travis
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d9caa36..b871374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ install: - pip install --upgrade pip - pip install -r requirements.txt - pip install nose + - python setup.py build_ext --inplace script: - - python setup.py build_ext --inplace develop nosetests -v + - nosetests -v |
