summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <amcconnell@duosecurity.com>2020-09-28 11:20:27 -0400
committerGitHub <noreply@github.com>2020-09-28 11:20:27 -0400
commitdb35d5b41342ddb340045d90b65469acdae588bc (patch)
treeef4aeeee5c956c7896dccc5e9c355aad7d38c373
parent4bb36c102c30194d5a00e3d3a28f6f31a9c88c2d (diff)
parentcc4f0b508e2887c997b2eac6fb3ebf493143d172 (diff)
downloadopenvpn-duo-plugin-db35d5b41342ddb340045d90b65469acdae588bc.tar.gz
openvpn-duo-plugin-db35d5b41342ddb340045d90b65469acdae588bc.zip
Merge pull request #34 from vbscott/version
Update Python version in TravisCI
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c9f18d9..4792766 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: python
python:
- 2.7
- - 3.5
- 3.6
- - 3.7-dev
+ - 3.7
+ - 3.8
install:
- pip install -r requirements-dev.txt
script: