Browse Source

fix missing pip command

Oz N Tiram 9 years ago
parent
commit
993a2b34b8
1 changed files with 1 additions and 1 deletions
  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