hererocks/.travis.yml

31 lines
562 B
YAML

language: python
sudo: false
cache:
directories: cache
python:
- "2.7"
- "3.2"
- "3.5"
install:
- pip install pyflakes
- pip install pep8
script:
- pyflakes .
- pep8 . --max-line-length 99 --ignore E302
- python hererocks.py here -l 5.3 -r^ --downloads cache --builds cache
- export PATH=$PATH:$PWD/here/bin
- lua -v
- luarocks --version
- luarocks make
- hererocks-test
- rm here -r
- python hererocks.py here -j 2.1 -r^ --downloads cache --builds cache
- lua -v
- luarocks --version
- luarocks make
- hererocks-test