Pip6 cache system and codacy issues
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -15,11 +15,9 @@ exclude=migrations
|
||||
[base]
|
||||
deps =
|
||||
-r{toxinidir}/requirements-dev.txt
|
||||
passenv=PIP_DOWNLOAD_CACHE
|
||||
|
||||
[testenv]
|
||||
commands=py.test {posargs:cas_server/tests/}
|
||||
passenv={[base]passenv}
|
||||
|
||||
[testenv:py27-django17]
|
||||
basepython=python2.7
|
||||
@@ -61,13 +59,10 @@ deps =
|
||||
basepython=python
|
||||
deps=flake8
|
||||
commands=flake8 {toxinidir}/cas_server
|
||||
passenv={[base]passenv}
|
||||
|
||||
[testenv:coverage]
|
||||
basepython=python
|
||||
passenv=
|
||||
CODACY_PROJECT_TOKEN
|
||||
{[base]passenv}
|
||||
passenv=CODACY_PROJECT_TOKEN
|
||||
deps=
|
||||
-r{toxinidir}/requirements-dev.txt
|
||||
codacy-coverage
|
||||
|
Reference in New Issue
Block a user