Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
dd2240a7
Commit
dd2240a7
authored
Apr 22, 2019
by
Paul Ganssle
Committed by
GitHub
Apr 22, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1746 from benoit-pierre/swith_travis_dist_to_xenial
Use xenial and latest pypy3 on Travis CI.
parents
ab79268c
3a797435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.travis.yml
.travis.yml
+2
-5
No files found.
.travis.yml
View file @
dd2240a7
dist
:
trusty
dist
:
xenial
language
:
python
jobs
:
...
...
@@ -9,9 +9,8 @@ jobs:
-
<<
:
*latest_py2
env
:
LANG=C
-
python
:
pypy2.7-6.0.0
dist
:
xenial
env
:
DISABLE_COVERAGE=1
# Don't run coverage on pypy (too slow).
-
python
:
pypy3
-
python
:
pypy3
.5-6.0.0
env
:
DISABLE_COVERAGE=1
-
python
:
3.4
-
python
:
3.5
...
...
@@ -19,11 +18,9 @@ jobs:
python
:
3.6
-
&latest_py3
python
:
3.7
dist
:
xenial
-
<<
:
*latest_py3
env
:
LANG=C
-
python
:
3.8-dev
dist
:
xenial
env
:
DISABLE_COVERAGE=1
# Ignore invalid coverage data.
-
<<
:
*default_py
stage
:
deploy (to PyPI for tagged commits)
...
...
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