summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-29 03:04:34 +0100
committermathieui <mathieui@mathieui.net>2014-10-29 03:07:40 +0100
commit70befec8cad1633baee30530e353bca5da9b8d32 (patch)
tree8ec073314fec3ad272f8ce29bb949212732885b8 /.travis.yml
parentc3aa6c029d67a9612ebabf84784a6571fa603e4c (diff)
downloadpoezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.gz
poezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.bz2
poezio-70befec8cad1633baee30530e353bca5da9b8d32.tar.xz
poezio-70befec8cad1633baee30530e353bca5da9b8d32.zip
Add some tests
- also fix that travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c27b4a1..28bf3dd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,5 @@ python:
- "3.4"
install:
- pip install -r requirements.txt
- - python setup.py build
+ - python setup.py build_ext --inplace
script: make test