1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Marc Bonnici
bb18a1a51c travis: Remove tests for python2.7 2019-08-28 11:46:26 +01:00
Marc Bonnici
973be6326a Travis: Update to exercise wa commands
Add tests for additional wa commands.
2018-07-26 12:07:17 +01:00
Marc Bonnici
4478bd4574 travis: Force version 1.9.2 of pylint to be used
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-19 08:13:55 +01:00
Marc Bonnici
8a2c660fdd Travis: Improve testing organisation
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-13 13:32:41 +01:00
Marc Bonnici
97cf0ac059 travis: Enable pylint and pep8 checkers 2018-07-10 12:56:51 +01:00
Marc Bonnici
f3dc94b95e travis: Remove tests for Python 3.4
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-10 12:56:51 +01:00
Marc Bonnici
ad87a40e06 Travis: Run the idle workload as part of the tests. 2018-07-10 12:56:51 +01:00
Marc Bonnici
a660f5d4fe Travis: Add initial version of travis configuration file
Currently will execute the unittests using nose2 for python versions
2.7, 3.4 and 3.6
2018-07-05 16:58:00 +01:00