Skip to content
Snippets Groups Projects
Commit 8716c1d8 authored by juga's avatar juga
Browse files

fixup! fix: CI: Test all supported python versions

parent d61bfd79
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment