summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4792766d4290b616a66aaebf7b2e89d2311684ba (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
    - 2.7
    - 3.6
    - 3.7
    - 3.8
install:
    - pip install -r requirements-dev.txt
script:
    - python test_duo_openvpn.py