diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-10-05 18:48:57 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-10-06 13:14:16 +0200 |
commit | ce6889c6f90ba5bc4843afb1f4e321866b324ff6 (patch) | |
tree | d85822eb6821f86815014e14528668850cc67370 /tests | |
parent | c8f710598541bc594896c962691173c7f2281c58 (diff) | |
download | ansible-kong-app-ce6889c6f90ba5bc4843afb1f4e321866b324ff6.tar.gz ansible-kong-app-ce6889c6f90ba5bc4843afb1f4e321866b324ff6.tar.zst ansible-kong-app-ce6889c6f90ba5bc4843afb1f4e321866b324ff6.zip |
travis: use recent nixpkgs channel (20.09) to install dependencies
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/kong.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kong.py b/tests/kong.py index 32bafb2..4e2df28 100755 --- a/tests/kong.py +++ b/tests/kong.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | from http.server import HTTPServer, CGIHTTPRequestHandler | 3 | from http.server import HTTPServer, CGIHTTPRequestHandler |
4 | 4 | ||