We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4eccb commit 87b1e6fCopy full SHA for 87b1e6f
1 file changed
.travis.yml
@@ -5,6 +5,21 @@ python:
5
- 3.3
6
- 3.4
7
- 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
23
cache: pip
24
notifications:
25
email:
0 commit comments