mirror of
https://github.com/Yubico/yubiadmin.git
synced 2025-03-28 11:19:24 +01:00
Added Travis CI
This commit is contained in:
parent
10e097efd4
commit
6b9ee2bc37
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
# command to install dependencies
|
||||
install: "pip install -q -e . --use-mirrors"
|
||||
# # command to run tests
|
||||
script: python setup.py nosetests
|
||||
git:
|
||||
submodules: false
|
Loading…
x
Reference in New Issue
Block a user