travis: turn on py3 testing (failures allowed)
This commit is contained in:
parent
adf55175fb
commit
0cd7471c06
10
.travis.yml
10
.travis.yml
|
@ -1,7 +1,17 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "3.3"
|
||||||
|
- python: "3.4"
|
||||||
|
- python: "3.5"
|
||||||
|
fast_finish: true
|
||||||
install:
|
install:
|
||||||
- pip install . Twisted pyflakes
|
- pip install . Twisted pyflakes
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user