mirror of
https://github.com/Yubico/yubiadmin.git
synced 2024-11-29 01:24:12 +01:00
11 lines
208 B
YAML
11 lines
208 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
# command to install dependencies
|
|
install: "pip install -q -e . --use-mirrors"
|
|
# # command to run tests
|
|
script: python setup.py nosetests
|
|
git:
|
|
submodules: false
|