1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2024-11-29 01:24:12 +01:00

Attempt to reintroduce python3

This commit is contained in:
Dain Nilsson 2013-05-02 14:44:47 +02:00
parent 6eefc09cae
commit c6cc6d31b4

View File

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
# command to install dependencies
install: "pip install -q -e . --use-mirrors"
# # command to run tests