dda-devops-build/.travis.yml

8 lines
169 B
YAML
Raw Normal View History

2019-09-04 16:45:29 +00:00
language: python
python:
- "2.7"
- "3.7"
before_script: sudo apt-get install pychecker
install: pip install pybuilder
script: pyb clean install_dependencies publish