This commit is contained in:
parent
a08dd924c4
commit
34a71d8fd4
@ -1,6 +1,12 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- "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:
|
install:
|
||||||
- "pip install -r dev-requirements.txt"
|
- "pip install -r dev-requirements.txt"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user