enkore 2014-10-17 14:32:54 +02:00
parent a08dd924c4
commit 34a71d8fd4

View File

@ -1,6 +1,12 @@
language: python
python:
- "3.3"
before_install:
- "sudo add-apt-repository -y ppa:fkrull/deadsnakes"
- "sudo apt-get -y update"
- "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:
- "pip install -r dev-requirements.txt"
script: