Explorar el Código

Fix the Travis configuration

Guillaume Ayoub hace 10 años
padre
commit
9f969cfaf5
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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