Explorar el Código

fix missing pip command

Oz N Tiram hace 9 años
padre
commit
993a2b34b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ python:
 
 install:
   - "pip install -r requirements.txt"
-  - "pip -r test_requirements.txt"
+  - "pip install -r test_requirements.txt"
   - "pip install ."
 
 script: make coverage