소스 검색

Fix the Travis configuration

Guillaume Ayoub 10 년 전
부모
커밋
9f969cfaf5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -5,6 +5,9 @@ python:
   - 3.4
   - 3.5
 
-script: nosetests
+install:
+  - pip install -e .
+
+script: py.test -s
 
 sudo: false