hererocks/.travis.yml
2015-12-04 13:44:21 +03:00

20 lines
242 B
YAML

language: python
sudo: false
cache:
directories: test/cache
python:
- "2.7"
- "3.2"
- "3.5"
install:
- pip install pyflakes
- pip install pep8
script:
- pyflakes .
- pep8 . --max-line-length 99 --ignore E302
- ./test.sh