Skip to content

Commit 91ec9e1

Browse files
committed
Update travis.yml
1 parent b077a21 commit 91ec9e1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
dist: xenial
22
language: python
33
cache: pip
44

@@ -7,7 +7,8 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.6"
10-
- "3.7-dev"
10+
- "3.7"
11+
- "nightly"
1112

1213
matrix:
1314
include:
@@ -24,7 +25,12 @@ matrix:
2425
- docker pull $DOCKER_IMAGE
2526
script:
2627
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
27-
- python: "pypy"
28+
- python: "pypy2.7-5.10.0"
29+
install:
30+
- pip install -e .
31+
script:
32+
- py.test -v test
33+
- python: "pypy3.5"
2834
install:
2935
- pip install -e .
3036
script:

0 commit comments

Comments
 (0)