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
544f4b93
Commit
544f4b93
authored
Oct 19, 2018
by
Benoit Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: fix support for Python 3.7 and add support for 3.8
parent
18708e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
12 deletions
+17
-12
.travis.yml
.travis.yml
+17
-12
No files found.
.travis.yml
View file @
544f4b93
dist
:
trusty
language
:
python
python
:
-
&latest_py2
2.7
-
3.4
-
3.5
-
&latest_py3
3.6
-
nightly
-
pypy
-
pypy3
jobs
:
fast_finish
:
true
include
:
-
python
:
*latest_py3
-
&latest_py2
python
:
2.7
-
<<
:
*latest_py2
env
:
LANG=C
-
python
:
*latest_py2
-
python
:
pypy
-
python
:
pypy3
-
python
:
3.4
-
python
:
3.5
-
&default_py
python
:
3.6
-
&latest_py3
python
:
3.7
dist
:
xenial
-
<<
:
*latest_py3
env
:
LANG=C
-
stage
:
deploy (to PyPI for tagged commits)
-
python
:
3.8-dev
dist
:
xenial
-
<<
:
*default_py
stage
:
deploy (to PyPI for tagged commits)
if
:
tag IS present
python
:
*latest_py3
install
:
skip
script
:
skip
after_success
:
true
...
...
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