Cache pip cache and do not rebuild tags on appveyor and travis

This commit is contained in:
Daniel Graña 2018-07-07 10:28:07 -03:00
parent a21abac743
commit ed068e59b7
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,12 @@ branches:
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"
- "pip install -U tox twine wheel"
- "pip install -U tox"
build: false
skip_tags: true
test_script:
- "tox -e %TOX_ENV%"
cache:
- '%LOCALAPPDATA%\pip\cache'