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
114bb581
Commit
114bb581
authored
May 17, 2018
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop testing Python 3.3 in Travis
parent
41b39539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-2
changelog.d/1372.misc.rst
changelog.d/1372.misc.rst
+2
-0
No files found.
.travis.yml
View file @
114bb581
...
@@ -3,7 +3,6 @@ sudo: false
...
@@ -3,7 +3,6 @@ sudo: false
language
:
python
language
:
python
python
:
python
:
-
&latest_py2
2.7
-
&latest_py2
2.7
-
3.3
-
3.4
-
3.4
-
3.5
-
3.5
-
&latest_py3
3.6
-
&latest_py3
3.6
...
@@ -43,7 +42,7 @@ install:
...
@@ -43,7 +42,7 @@ install:
# ensure we have recent pip/setuptools
# ensure we have recent pip/setuptools
-
pip install --upgrade pip setuptools
-
pip install --upgrade pip setuptools
# need tox to get started
# need tox to get started
-
pip install tox
'tox-venv; python_version!="3.3"'
-
pip install tox
tox-venv
# Output the env, to verify behavior
# Output the env, to verify behavior
-
env
-
env
...
...
changelog.d/1372.misc.rst
0 → 100644
View file @
114bb581
Stop testing Python 3.3 in Travis CI, now that the latest version of
``wheel`` no longer installs on 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