Skip to content

Commit 6f80464

Browse files
update travis config
1 parent 6372839 commit 6f80464

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

.travis.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,26 @@ matrix:
33
allow_failures:
44
- os: osx
55
- os: windows
6+
- python: "pypy3.5"
67
include:
7-
- name: "Python on Linux"
8+
- name: "Python 3.5 on Linux"
89
dist: xenial
9-
python:
10-
- "3.5"
11-
- "3.6"
12-
- "3.7"
13-
- "3.8-dev"
14-
- "nightly"
15-
- "pypy3.5"
10+
python: "3.5"
11+
- name: "Python 3.6 on Linux"
12+
dist: xenial
13+
python: "3.6"
14+
- name: "Python 3.7 on Linux"
15+
dist: xenial
16+
python: "3.7"
17+
- name: "Python 3.8-dev on Linux"
18+
dist: xenial
19+
python: "3.8-dev"
20+
- name: "Python nightly on Linux"
21+
dist: xenial
22+
python: "nightly"
23+
- name: "Python pypy3.5 on Linux"
24+
dist: xenial
25+
python: "pypy3.5"
1626
- name: "Python 3.7 on Windows"
1727
os: windows
1828
language: shell
@@ -27,6 +37,7 @@ cache:
2737
- $HOME/.cache/pip
2838
- .pytest_cache
2939
install:
40+
- pip3 install pytest
3041
- pip3 install --upgrade pip
3142
- pip3 install -r requirements.txt
3243
script:

0 commit comments

Comments
 (0)