Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
7af5d3e9
Commit
7af5d3e9
authored
Aug 19, 2017
by
Stefan Behnel
Browse files
Options
Browse Files
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
:
...
...
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