Browse Source

Updated travis file

sh4nks 11 years ago
parent
commit
6aed68554b
1 changed files with 1 additions and 2 deletions
  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