Files
WALinuxAgent/.travis.yml
2015-08-02 06:28:41 +08:00

15 lines
246 B
YAML

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
- pip install pyasn1
# command to run tests
script: nosetests tests