2015-06-09 17:20:21 +02:00
|
|
|
dist: trusty
|
|
|
|
|
2015-06-11 16:36:58 +02:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2015-06-09 17:20:21 +02:00
|
|
|
# Not really, but this is here so we can do stuff by hand.
|
|
|
|
language: c
|
|
|
|
|
|
|
|
install:
|
2015-06-11 16:36:58 +02:00
|
|
|
- python scripts/ci_install.py
|
2015-06-09 17:20:21 +02:00
|
|
|
|
|
|
|
script:
|
|
|
|
- xvfb-run -s "-screen 0 640x480x16" tox -e unittests,smoke
|
|
|
|
- tox -e misc
|
|
|
|
- tox -e pep257
|
|
|
|
- tox -e pyflakes
|
|
|
|
- tox -e pep8
|
|
|
|
- tox -e mccabe
|
|
|
|
- tox -e pylint
|
|
|
|
- tox -e pyroma
|
|
|
|
- tox -e check-manifest
|