diff options
author | Matt Schwager <matts@duo.com> | 2017-08-18 14:41:57 -0400 |
---|---|---|
committer | Matt Schwager <matts@duo.com> | 2017-08-21 09:51:55 -0400 |
commit | 05dcd521f6347b679581ec2a96bacdaceb1d75fd (patch) | |
tree | d96babaa16e19dc765be9cd942f05abd465be1e0 | |
parent | 594a5250e8b8234ce8163108230cb0c997d3937e (diff) | |
download | openvpn-duo-plugin-05dcd521f6347b679581ec2a96bacdaceb1d75fd.tar.gz openvpn-duo-plugin-05dcd521f6347b679581ec2a96bacdaceb1d75fd.zip |
Added TravisCI configuration file
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..73cad89 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 2.7 +install: + - pip install -r requirements-dev.txt +script: + - python test_duo_openvpn.py |