We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b077a21 commit 91ec9e1Copy full SHA for 91ec9e1
1 file changed
.travis.yml
@@ -1,4 +1,4 @@
1
-sudo: false
+dist: xenial
2
language: python
3
cache: pip
4
@@ -7,7 +7,8 @@ python:
7
- "3.4"
8
- "3.5"
9
- "3.6"
10
- - "3.7-dev"
+ - "3.7"
11
+ - "nightly"
12
13
matrix:
14
include:
@@ -24,7 +25,12 @@ matrix:
24
25
- docker pull $DOCKER_IMAGE
26
script:
27
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
- - 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"
34
install:
35
- pip install -e .
36
0 commit comments