Skip to content

Commit 5b870a6

Browse files
author
Pan
committed
Updated travis cfg to only build packages on deployment. Updated test targets
1 parent 5dc5015 commit 5b870a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: required
66
services:
77
- docker
88
python:
9+
- 2.6
910
- 2.7
1011
- 3.4
1112
- 3.5
@@ -25,6 +26,8 @@ script:
2526
- nosetests
2627
- flake8 ssh2
2728
jobs:
29+
allow_failures:
30+
- python: 2.6
2831
include:
2932
- stage: build_packages
3033
python: 3.6

0 commit comments

Comments
 (0)