Skip to content

Commit 87b1e6f

Browse files
committed
Travis: Add allowed to fail tests for officially unsupported python versions
1 parent 0a4eccb commit 87b1e6f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ python:
55
- 3.3
66
- 3.4
77
- 3.5
8+
# These are allowed to fail
9+
- '3.5-dev' # 3.5 development branch
10+
- '3.6-dev' # 3.6 development branch
11+
- 'nightly' # currently points to 3.7-dev
12+
- 'pypy'
13+
- 'pypy3'
14+
15+
matrix:
16+
allow_failures:
17+
- python: '3.5-dev' # 3.5 development branch
18+
- python: '3.6-dev' # 3.6 development branch
19+
- python: 'nightly'
20+
- python: 'pypy'
21+
- python: 'pypy3'
22+
823
cache: pip
924
notifications:
1025
email:

0 commit comments

Comments
 (0)