Commit 7af5d3e9 authored by Stefan Behnel's avatar Stefan Behnel

Remove old PyPy versions from travis config and make sure it always builds on Ubuntu 14.04.

parent 51ff9a87
language: python
dist: trusty
sudo: false
cache:
pip: true
directories:
......@@ -16,7 +17,6 @@ python:
- 3.5
- 3.6-dev
- 3.7-dev
- pypy-5.7.1
- pypy
- pypy3
......@@ -34,6 +34,7 @@ env:
branches:
only:
- master
- release
install:
- python -c 'import sys; print("Python %s" % (sys.version,))'
......@@ -51,7 +52,6 @@ matrix:
allow_failures:
- python: pypy
- python: pypy3
- python: pypy-5.7.1
- python: 3.2
- python: 3.6-dev
- python: 3.7-dev
......@@ -60,8 +60,6 @@ matrix:
env: BACKEND=cpp
- python: pypy3
env: BACKEND=cpp
- python: pypy-5.7.1
env: BACKEND=cpp
addons:
apt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment