Quellcode durchsuchen

Fix the Travis configuration

Guillaume Ayoub vor 10 Jahren
Ursprung
Commit
9f969cfaf5
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  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