# HG changeset patch # User Hugo <hugovk@users.noreply.github.com> # Date 1530108253 -10800 # Wed Jun 27 17:04:13 2018 +0300 # Node ID 4dd769178b400b52dec5b34312f9f7ca105b248b # Parent 88e388c80b596b1707ddc41e100af59717da8eca Run very slow PyPy tests first to remove bottleneck and speed up build (cherry picked from commit 453042e99aa4420a89d92efea5987bf9ebbd5964) diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -59,13 +59,13 @@ jobs: include: + - python: pypy3 + - python: pypy - python: 2.7 - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7-dev - - python: pypy - - python: pypy3 - stage: coverage python: 3.6 services: []