Skip to content
Snippets Groups Projects
Commit 0f87f3df6d4a authored by Luke Bakken's avatar Luke Bakken
Browse files

Merge pull request #1120 from cclauss/patch-1

Travis CI: Upgrade from Python 3.7 pre-release to production
Branches
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
- python: 3.4 - python: 3.4
- python: 3.5 - python: 3.5
- python: 3.6 - python: 3.6
- python: 3.7-dev - python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
- stage: coverage - stage: coverage
if: fork = false OR type != pull_request if: fork = false OR type != pull_request
python: 3.6 python: 3.6
......
...@@ -617,7 +617,7 @@ ...@@ -617,7 +617,7 @@
test_params['backpressure_detection'] = backpressure test_params['backpressure_detection'] = backpressure
virtual_host = '/' virtual_host = '/'
query_string = urlencode(test_params) query_string = urlencode(test_params)
test_url = ('amqps://myuser:mypass@www.test.com:5678/%s?%s' % ( test_url = ('amqp://myuser:mypass@www.test.com:5678/%s?%s' % (
url_quote(virtual_host, safe=''), url_quote(virtual_host, safe=''),
query_string, query_string,
)) ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment