diff options
| author | Aaron <amcconnell@duosecurity.com> | 2020-09-28 11:20:27 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-28 11:20:27 -0400 | 
| commit | db35d5b41342ddb340045d90b65469acdae588bc (patch) | |
| tree | ef4aeeee5c956c7896dccc5e9c355aad7d38c373 | |
| parent | 4bb36c102c30194d5a00e3d3a28f6f31a9c88c2d (diff) | |
| parent | cc4f0b508e2887c997b2eac6fb3ebf493143d172 (diff) | |
| download | openvpn-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.yml | 4 | 
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: | 
