Explorar o código

fix config on travis

oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
c25a18e7d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -18,7 +18,7 @@ before_install:
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: 
   - "pip install pymysql"   
-  - "pip install -r requirements.txt"
+  - "pip install -r requirements.txt -r test_requirements"
   - "pip install coveralls"
   - "pip install ."
 # command to run tests, e.g. python setup.py test