mirror of https://github.com/yandex/gixy
Use new requirements
parent
6d0e66e6a7
commit
d5d645d2ce
|
@ -6,8 +6,8 @@ python:
|
|||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.pip
|
||||
- pip install -r requirements.dev.pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.dev.txt
|
||||
|
||||
script:
|
||||
- nosetests --with-coverage --cover-package gixy -v
|
||||
|
|
Loading…
Reference in New Issue