Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
8716c1d8
Commit
8716c1d8
authored
5 years ago
by
juga
Browse files
Options
Downloads
Patches
Plain Diff
fixup! fix: CI: Test all supported python versions
parent
d61bfd79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-12
5 additions, 12 deletions
.travis.yml
with
5 additions
and
12 deletions
.travis.yml
+
5
−
12
View file @
8716c1d8
...
...
@@ -41,12 +41,12 @@ matrix:
-
addons
:
apt
:
sources
:
-
sourceline
:
'
deb
https://deb.torproject.org/torproject.org
tor-nightly-0.4.
0
.x-bionic
main'
-
sourceline
:
'
deb
https://deb.torproject.org/torproject.org
tor-nightly-0.4.
1
.x-bionic
main'
key_url
:
'
https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc'
packages
:
-
tor
env
:
TOR="0.4.
0
-nightly"
## The current stable release is 0.4.
1
env
:
TOR="0.4.
1
-nightly"
## The current stable release is 0.4.
2
-
addons
:
apt
:
sources
:
...
...
@@ -55,15 +55,6 @@ matrix:
packages
:
-
tor
env
:
TOR="stable-release"
## We also have 0.4.1 and 0.4.2 nightlies
-
addons
:
apt
:
sources
:
-
sourceline
:
'
deb
https://deb.torproject.org/torproject.org
tor-nightly-0.4.1.x-bionic
main'
key_url
:
'
https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc'
packages
:
-
tor
env
:
TOR="0.4.1-nightly"
-
addons
:
apt
:
sources
:
...
...
@@ -72,6 +63,8 @@ matrix:
packages
:
-
tor
env
:
TOR="0.4.2-nightly"
# We test nightly master by default, in our network tests. So we don't need
# a nightly master test here.
## Test all supported python releases
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment