Forráskód Böngészése

fix config on travis

oz123 10 éve
szülő
commit
c25a18e7d1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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