Browse Source

Merge branch 'packaging' of https://github.com/scossu/lakesuperior into packaging

Stefano Cossu 7 năm trước cách đây
mục cha
commit
efba20e21f
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