Add travis cache

This commit is contained in:
Iacopo Spalletti 2016-02-27 07:42:48 +01:00
parent 7e1e981df6
commit f03aa2d4a6
2 changed files with 7 additions and 5 deletions

View File

@ -28,7 +28,6 @@ env:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U tox>=1.8 coveralls
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then export PYVER=py26; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then export PYVER=py27; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then export PYVER=py33; fi"
@ -40,7 +39,7 @@ install:
script: COMMAND='coverage run' tox -e$TOXENV
before_install:
- pip install codecov
- pip install -U tox>=1.8 coveralls codecov wheel pip
after_success:
- codecov
- coveralls
@ -93,4 +92,7 @@ matrix:
cache:
directories:
$HOME/.tox
- $HOME/.pip-accel
- $HOME/.cache/pip

View File

@ -1,10 +1,9 @@
[tox]
envlist = pep8,isort,py{35,34,33,27}-django{19,18}-cms{32,31},py{34,33,27}-django{17,16}-cms{32,31,30},py{26}-django16-cms{31,30}
envlist = pep8,isort,py{35,34,27}-django{19}-cms{32},py{35,34,33,27}-django{18}-cms{32,31},py{34,33,27}-django{17,16}-cms{32,31,30},py{26}-django16-cms{31,30}
[testenv]
commands = {env:COMMAND:python} cms_helper.py test djangocms_blog --no-migrate
deps =
-r{toxinidir}/requirements-test.txt
django16: Django>=1.6,<1.7
django16: django-taggit<0.18
django16: django-mptt<0.8
@ -24,6 +23,7 @@ deps =
py26: unittest2
https://github.com/aldryn/aldryn-apphooks-config/archive/master.zip
https://github.com/nephila/djangocms-apphook-setup/archive/master.zip
-r{toxinidir}/requirements-test.txt
[testenv:isort]
deps = isort