Skip to content

Commit a54ea98

Browse files
authored
Merge pull request #119 from jdufresne/xenial
Use 'dist: xenial' in Travis to simplify configuration
2 parents 0a7725c + 56eeda7 commit a54ea98

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1+
dist: xenial
12
language: python
23
python:
34
- "2.7"
4-
- "pypy"
5+
- "pypy2.7-6.0"
56
- "3.4"
67
- "3.5"
78
- "3.6"
8-
9-
matrix:
10-
include:
11-
- python: "3.7"
12-
dist: xenial
13-
sudo: true
9+
- "3.7"
10+
- "pypy3.5-6.0"
1411

1512
script: python setup.py test

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, pypy, py34, py35, py36, py37
2+
envlist = py27, pypy, py34, py35, py36, py37, pypy3
33

44
[testenv]
55
commands = python setup.py test

0 commit comments

Comments
 (0)