Ver Fonte

Fix the Travis configuration

Guillaume Ayoub há 10 anos atrás
pai
commit
9f969cfaf5
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -5,6 +5,9 @@ python:
   - 3.4
   - 3.5
 
-script: nosetests
+install:
+  - pip install -e .
+
+script: py.test -s
 
 sudo: false