Explorar el Código

Fix pip script in travis.

Stefano Cossu hace 7 años
padre
commit
463665f938
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,6 +3,6 @@ python:
   - "3.5"
   - "3.6"
 install:
-  - pip -e .
+  - pip install -e .
 script:
   - python setup.py test