Use new requirements

pull/14/head
Andrew Krasichkov 2017-04-28 18:00:19 +03:00
parent 6d0e66e6a7
commit d5d645d2ce
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -4,8 +4,8 @@ skip_missing_interpreters = True
[testenv]
deps =
-rrequirements.pip
-rrequirements.dev.pip
-rrequirements.txt
-rrequirements.dev.txt
commands = nosetests -v
[testenv:flake8]