1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2024-11-29 01:24:12 +01:00
yubiadmin/.travis.yml
2013-05-02 14:44:47 +02:00

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