Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Boxiang Sun
cython
Commits
7af5d3e9
Commit
7af5d3e9
authored
7 years ago
by
Stefan Behnel
Browse files
Options
Download
Email Patches
Plain Diff
Remove old PyPy versions from travis config and make sure it always builds on Ubuntu 14.04.
parent
51ff9a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
.travis.yml
.travis.yml
+3
-5
No files found.
.travis.yml
View file @
7af5d3e9
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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment