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

@ -2,8 +2,6 @@ language: python
python:
- "2.7"
env:
global:
- PIP_DOWNLOAD_CACHE=$HOME/.pip_cache
matrix:
- TOX_ENV=coverage
- TOX_ENV=flake8
@ -15,7 +13,7 @@ env:
- TOX_ENV=py34-django19
cache:
directories:
- $HOME/.pip-cache/
- $HOME/.cache/pip/
- $HOME/build/nitmir/django-cas-server/.tox/
install:
- "travis_retry pip install setuptools --upgrade"