Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updatating the DNS examples to non tracking #122

Closed
wants to merge 12 commits into from
Prev Previous commit
changed python 3.7.8 to 3.8.2 as default (20.04)
  • Loading branch information
spirillen committed Oct 14, 2020
commit 3bd95cc3b7ca4fe8c733f83dec63974caa775d5e
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- language: generic
os: linux
dist: focal
name: "Code Test with Python 3.7.8 under Ubuntu 20.04 (Focal Fossa)"
name: "Code Test with Python 3.8.2 under Ubuntu 20.04 (Focal Fossa)"
env:
- PYTHON_VERSION="3.7.8"
- TOXENV="py37"
- PYTHON_VERSION="3.8.2"
- TOXENV="py38"
script:
- tox --current-env
- language: generic
Expand All @@ -71,8 +71,7 @@ jobs:
- language: generic
os: linux
dist: focal
name: "Code test with Python 3.6.11 under Ubuntu 20.04 (Focal Fossa)"
env:
env:
- PYTHON_VERSION="3.6.11"
- TOXENV="py36"
script:
Expand Down