Prechádzať zdrojové kódy

fix config on travis

oz123 10 rokov pred
rodič
commit
778ab27234
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 -r test_requirements"
+  - "pip install -r requirements.txt -r test_requirements.txt"
   - "pip install coveralls"
   - "pip install ."
 # command to run tests, e.g. python setup.py test