Browse Source

Fix pip script in travis.

Stefano Cossu 6 years ago
parent
commit
463665f938
1 changed files with 1 additions and 1 deletions
  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