Enable travis ci for agent

This commit is contained in:
Yue Zhang
2015-07-14 09:56:53 +08:00
parent cb3eb72589
commit 684460fa9c
+13
View File
@@ -0,0 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
#- "3.2"
#- "3.3"
#- "3.4"
# command to install dependencies
install:
#- pip install .
#- pip install -r requirements.txt
# command to run tests
script: nosetests tests