Always install test reqs with -U flag

merge-requests/130/head
Jason Robinson 2016-09-12 22:02:27 +03:00
rodzic 4b01542fd4
commit 1c1bab1277
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,9 +7,9 @@ cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r test-requirements.txt
- pip install -r test-requirements.txt -U
- python setup.py develop
- pip freeze
script: py.test -r w --cov=./
script: py.test --cov=./
after_success:
- codecov