We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c514f01 commit da7ecfaCopy full SHA for da7ecfa
.travis.yml
@@ -1,10 +1,23 @@
1
language: python
2
-python:
3
-- '3.4'
4
-- '3.5'
5
-- '3.6'
6
-- '3.7'
7
-- '3.8-dev'
+cache: pip
+matrix:
+ include:
+ #- python: 3.4
+ - python: 3.5
+ - python: 3.6
8
+ - python: 3.7
9
+ dist: xenial
10
+ sudo: true
11
+ - python: 3.8-dev
12
13
14
+ - python: nightly
15
16
17
+ - python: pypy3 # 3.5.3 pip 9.0.1
18
+ allow_failures:
19
20
21
install:
22
- pip install -r requirements-dev.txt
23
script:
0 commit comments