소스 검색

Use pip install -e instead of setup.py install

Jonas Borgström 12 년 전
부모
커밋
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