hererocks/.travis.yml
2016-03-20 22:30:22 +03:00

24 lines
230 B
YAML

language: python
sudo: false
os:
- linux
- osx
cache:
directories: test/cache
python:
- "2.7"
- "3.2"
- "3.5"
install:
- pip install pyflakes
- pip install pep8
script:
- pyflakes .
- pep8 .
- ./test.sh