Skip to content

Commit 4e511a4

Browse files
committed
Travis: more changes
1 parent 863f079 commit 4e511a4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
sudo: true
2-
dist: xenial
31
language: python
42

53
matrix:
64
include:
7-
- python: "2.7"
5+
- python: 2.7
86
env: TOXENV=py27
9-
- python: "2.7"
7+
- python: 2.7
108
env: TOXENV=py27-djangolts
11-
- python: "2.7"
9+
- python: 2.7
1210
env: TOXENV=py27-djangocurr
13-
- python: "2.7"
11+
- python: 2.7
1412
env: TOXENV=quality
15-
- python: "3.4"
13+
- python: 3.4
1614
env: TOXENV=py34
17-
- python: "3.5"
15+
- python: 3.5
1816
env: TOXENV=py35
19-
- python: "3.6"
17+
- python: 3.6
2018
env: TOXENV=py36
21-
- python: "3.7-dev"
19+
- python: 3.7-dev
2220
env: TOXENV=py37
23-
- python: "pypy2.7-6.0"
21+
- os: linux
2422
dist: xenial
23+
python: pypy
2524
env: TOXENV=pypy
26-
- python: "pypy3.5-6.0"
25+
- os: linux
2726
dist: xenial
27+
python: pypy3
2828
env: TOXENV=pypy3
2929

3030
before_install:

0 commit comments

Comments
 (0)