Hm, let's see if just caching half the virtualenv will work.

This commit is contained in:
enkore 2014-10-17 16:35:17 +02:00
parent 2276dd01b4
commit 55faac433a

View File

@ -1,12 +1,9 @@
language: python language: python
python: python:
- "3.3" - "3.3"
before_install: cache:
- "sudo add-apt-repository -y ppa:fkrull/deadsnakes" directories:
- "sudo apt-get -y update" - /home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages
- "sudo apt-get -qq install python3.3 python3.3-dev python3-sphinx"
- "virtualenv -p /usr/bin/python3.3 ~/virtualenvs/3.3_debian"
- "source ~/virtualenvs/3.3_debian/bin/activate"
install: install:
- "pip install -r dev-requirements.txt" - "pip install -r dev-requirements.txt"
script: script: