aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-07-26Travis: Update to exercise wa commandsMarc Bonnici
Add tests for additional wa commands.
2018-07-19travis: Force version 1.9.2 of pylint to be usedMarc Bonnici
Force version 1.9.2 of pylint to be used rather than 2.0.0. Currently there appears to be issues raising errors that are explicitly ignored.
2018-07-13Travis: Improve testing organisationMarc Bonnici
Split the tests into their own jobs so it is easier to see what test is failing, also only run pep8 and pylint tests with python 3.6 as it is uncessary to run with both python versions.
2018-07-10travis: Enable pylint and pep8 checkersMarc Bonnici
2018-07-10travis: Remove tests for Python 3.4Marc Bonnici
Testing with Python3.4 takes significantly longer than with 2.7 or 3.6 due to having to compile some dependencies from source each time.
2018-07-10Travis: Run the idle workload as part of the tests.Marc Bonnici
2018-07-05Travis: Add initial version of travis configuration fileMarc Bonnici
Currently will execute the unittests using nose2 for python versions 2.7, 3.4 and 3.6