Skip to content

Commit e11b663

Browse files
committed
Travis: Test on Python 3.4
1 parent a9a0c1c commit e11b663

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
---
22
# https://docs.travis-ci.com/user/customizing-the-build/
33
language: python
4+
45
python:
56
- "2.6"
67
- "2.7"
8+
- "3.4"
9+
10+
matrix:
11+
fast_finish: true
12+
allow_failures:
13+
- python: "3.4"
14+
715
#before_install:
816
# - sudo apt-get update -qq
917
# - sudo apt-get install -qq python-apt python-pycurl
18+
1019
install:
1120
- pip install -U pip no-manylinux1
1221
- pip install -U setuptools wheel
1322
- pip install -r requirements-dev.txt
1423
- paver bootstrap
1524
- pip install -e .
25+
1626
script:
1727
- paver test

0 commit comments

Comments
 (0)