Browse Source

fix missing pip command

Oz N Tiram 9 năm trước cách đây
mục cha
commit
993a2b34b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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