mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
let travis-ci test the code :)
This commit is contained in:
parent
d548d7427f
commit
d9c9cdd6be
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
Loading…
Reference in a new issue