summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-21 15:39:46 +0200
committermathieui <mathieui@mathieui.net>2016-08-21 15:58:07 +0200
commit5f0c0fbb0adb45407008d84dc1b6e843cd94870c (patch)
tree4bf746e3fcc5b3abddb723b1ced620e4e3ac0682 /.travis.yml
parent84e59b05ff0a17178da9ecdb6c5d084e48b42763 (diff)
downloadpoezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.gz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.bz2
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.xz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.zip
Update tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28bf3dd3..7b5cb49f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
language: python
python:
- - "3.4"
+ - "3.5"
install:
- pip install -r requirements.txt
- python setup.py build_ext --inplace
+ - python setup.py install
script: make test
+