Skip to content

Commit e2f58e3

Browse files
committed
fix(travis-ci): ignore versions
1 parent e7387c3 commit e2f58e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ install:
1414
- pip install -r requirements-dev.txt
1515
- make test
1616

17+
matrix:
18+
fast_finish: true
19+
allow_failures:
20+
- python: 2.6
21+
- python: 3.2
22+
1723
script: coverage run setup.py test
1824

1925
after_success:

0 commit comments

Comments
 (0)