sh4nks 11 лет назад
Родитель
Сommit
6aed68554b
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -3,7 +3,6 @@ python:
   - "2.7"
 # command to install dependencies
 install:
-  - "pip install ."
-  - "pip install -r requirements.txt" 
+  - "pip install -r requirements.txt"
 # command to run tests
 script: py.test