Bastien Sevajol преди 11 години
родител
ревизия
50d78d3567
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml Целия файл

2
 python:
2
 python:
3
   - "3.4"
3
   - "3.4"
4
 install:
4
 install:
5
-  - "pip install -r --reinstall tests_requirements.txt"
5
+  - "pip install -r tests_requirements.txt --upgrade"
6
   - "pip install python-coveralls"
6
   - "pip install python-coveralls"
7
 script:
7
 script:
8
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
8
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py