1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2025-02-22 02:54:16 +01:00
yubiadmin/.travis.yml

11 lines
208 B
YAML
Raw Normal View History

2013-05-02 13:48:37 +02:00
language: python
python:
- "2.7"
2013-05-02 14:44:47 +02:00
- "3.3"
2013-05-02 13:48:37 +02:00
# command to install dependencies
install: "pip install -q -e . --use-mirrors"
# # command to run tests
script: python setup.py nosetests
git:
submodules: false