summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBriar Scott <bscott@bscott-14399.local>2020-09-22 09:15:22 -0400
committerBriar Scott <bscott@bscott-14399.local>2020-09-22 09:15:22 -0400
commitcc4f0b508e2887c997b2eac6fb3ebf493143d172 (patch)
treeef4aeeee5c956c7896dccc5e9c355aad7d38c373
parent4bb36c102c30194d5a00e3d3a28f6f31a9c88c2d (diff)
downloadopenvpn-duo-plugin-cc4f0b508e2887c997b2eac6fb3ebf493143d172.tar.gz
openvpn-duo-plugin-cc4f0b508e2887c997b2eac6fb3ebf493143d172.zip
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: