peru/.travis.yml

14 lines
229 B
YAML
Raw Normal View History

language: python
python:
- "3.2"
- "3.3"
- "3.4"
2014-06-17 00:20:58 +00:00
before_install:
- sudo apt-get update -qq
2014-06-17 00:41:26 +00:00
install:
2014-06-17 00:20:58 +00:00
- sudo apt-get install -qq realpath
2014-06-17 00:41:26 +00:00
- pip install flake8
script:
- ./test.sh
- ./scripts/validate_third_party.sh