Pip6 cache system and codacy issues

This commit is contained in:
Valentin Samir
2016-06-30 14:52:55 +02:00
parent ecf4e66e11
commit 638363c6f9
4 changed files with 7 additions and 12 deletions

View File

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