Remove Python 3.3 testing.
This commit is contained in:
parent
79086419bc
commit
982cd28f3c
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user