Remove Python 3.3 testing.

This commit is contained in:
Alberto Planas 2014-07-08 17:16:36 +02:00
parent 79086419bc
commit 982cd28f3c

View File

@ -1,6 +1,5 @@
language: python language: python
python: python:
- 3.3
- 2.7 - 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: install:
@ -15,6 +14,3 @@ script:
- nosetests --with-coverage --cover-package=osclib --cover-inclusive - nosetests --with-coverage --cover-package=osclib --cover-inclusive
after_success: after_success:
- coveralls - coveralls
matrix:
allow_failures:
- python: 3.3