Skip to content

Commit

Permalink
Added TravisCI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Schwager committed Aug 21, 2017
1 parent 594a525 commit 05dcd52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- 2.7
install:
- pip install -r requirements-dev.txt
script:
- python test_duo_openvpn.py

0 comments on commit 05dcd52

Please sign in to comment.