2
0
Эх сурвалжийг харах

Use pip install -e instead of setup.py install

Jonas Borgström 12 жил өмнө
parent
commit
40e28909e6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,6 +5,6 @@ python:
 # command to install dependencies
 install:
   - "pip install --use-mirrors Cython"
-  - python setup.py install
+  - "pip install -e ."
 # command to run tests
 script: python -m darc.testsuite.run -vb