Add .travis.yml.
This commit is contained in:
parent
839d2b1cbe
commit
80a59720de
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
dist: trusty
|
||||||
|
|
||||||
|
# Not really, but this is here so we can do stuff by hand.
|
||||||
|
language: c
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get -y -q update
|
||||||
|
- sudo apt-get -y -q install python3-pyqt5 python3-pyqt5.qtwebkit python-tox python3-dev xvfb
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user