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 language: python
dist: trusty
sudo: false sudo: false
cache: cache:
pip: true pip: true
directories: directories:
...@@ -16,7 +17,6 @@ python: ...@@ -16,7 +17,6 @@ python:
- 3.5 - 3.5
- 3.6-dev - 3.6-dev
- 3.7-dev - 3.7-dev
- pypy-5.7.1
- pypy - pypy
- pypy3 - pypy3
...@@ -34,6 +34,7 @@ env: ...@@ -34,6 +34,7 @@ env:
branches: branches:
only: only:
- master - master
- release
install: install:
- python -c 'import sys; print("Python %s" % (sys.version,))' - python -c 'import sys; print("Python %s" % (sys.version,))'
...@@ -51,7 +52,6 @@ matrix: ...@@ -51,7 +52,6 @@ matrix:
allow_failures: allow_failures:
- python: pypy - python: pypy
- python: pypy3 - python: pypy3
- python: pypy-5.7.1
- python: 3.2 - python: 3.2
- python: 3.6-dev - python: 3.6-dev
- python: 3.7-dev - python: 3.7-dev
...@@ -60,8 +60,6 @@ matrix: ...@@ -60,8 +60,6 @@ matrix:
env: BACKEND=cpp env: BACKEND=cpp
- python: pypy3 - python: pypy3
env: BACKEND=cpp env: BACKEND=cpp
- python: pypy-5.7.1
env: BACKEND=cpp
addons: addons:
apt: 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