Ok, this doesn't seem to be possible with Python 3.3. Great!

This commit is contained in:
enkore 2014-10-17 13:21:27 +02:00
parent a7bfb0e7a5
commit a08dd924c4
2 changed files with 1 additions and 7 deletions

View File

@ -1,4 +0,0 @@
pytest>=2.5
colour>=0.0.5
mock>=1.0
pep8>=1.5

View File

@ -1,8 +1,6 @@
language: python
python:
- "3.3_with_system_site_packages"
before_install:
- "sudo apt-get install -qq python3-sphinx"
- "3.3"
install:
- "pip install -r dev-requirements.txt"
script: