Browse Source

Fix pip script in travis.

Stefano Cossu 7 năm trước cách đây
mục cha
commit
463665f938
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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