summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-28 22:12:18 +0100
committermathieui <mathieui@mathieui.net>2014-10-28 22:12:18 +0100
commitc3aa6c029d67a9612ebabf84784a6571fa603e4c (patch)
treeb8e8dece152c43f88ef062794af897171b925ead /.travis.yml
parent9eb42bea105d37cc5a296be1eb5f14fce93711a0 (diff)
downloadpoezio-c3aa6c029d67a9612ebabf84784a6571fa603e4c.tar.gz
poezio-c3aa6c029d67a9612ebabf84784a6571fa603e4c.tar.bz2
poezio-c3aa6c029d67a9612ebabf84784a6571fa603e4c.tar.xz
poezio-c3aa6c029d67a9612ebabf84784a6571fa603e4c.zip
Fix the dependencies in the setup.py
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 3152dfa0..2c27b4a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,5 @@ python:
- "3.4"
install:
- pip install -r requirements.txt
- - python setup.py -q build install
+ - python setup.py build
script: make test