mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-03 20:31:31 +00:00
Enable travis ci for agent
This commit is contained in:
+13
@@ -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
|
||||
Reference in New Issue
Block a user