summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-08-15run test coverage and reportBlackEagle
When running the python tests on travis use coverage by default and show the report in the travis output. When the COVERAGE env var is set do the same when you run the tests via rake. Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-20make the testing universal for debian and ubuntuBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-19updated integration tests and updated travis commands for itBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-14for debian, should use the stable version not old-stableBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-14another try to make these docker commands work properly on travisBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-13change quoting to hopefully avoid error on travisBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-13unittest on debian jessie and ubuntu xenialBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-13travis with docker, dont run everything as rootBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-12install make for testsBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2018-02-12use docker for travisBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2017-06-07Upgrade mock on travisLucas Hoffmann
2017-06-03Use unittest.mock from stdlib in python3Lucas Hoffmann
2017-06-02Simplify test setup and remove test runner scriptLucas Hoffmann
The tests can be run with `python -m unittest discover` instead. When run with python3 they show some deprecation warnings that where not shown before but they do not fail. Additionally this reduces the missed lines count in the test coverage report to 0 for nearly all test files.
2017-05-31Don't test with python 2.6 any longerLucas Hoffmann
The tests would not run with stock unittest on py26, only with unittest2. Also py26 is now retired: https://www.python.org/download/releases/2.6.9/
2017-05-29Run python tests directly on travisLucas Hoffmann
This makes failures in the python tests more easily visible in the log. Bundler or Rake do hide a failing exit status from the python tests! An example of this can be seen [here](https://travis-ci.org/joonty/vdebug/jobs/232996789)
2017-05-29Remove travis target from rakefileLucas Hoffmann
This way the environment variable $DISPLAY set in the travis file can be passed through the rakefile (without overwriting it).
2017-05-29Use the apt addon on travisLucas Hoffmann
This removes the need to use sudo (to call apt-get directly). Therefore the build can run in a container and will start much more quickly.
2017-05-28Order install command in travis fileLucas Hoffmann
2017-05-18Run the python tests with python3 on travisLucas Hoffmann
2017-03-23--use-mirrors no longer existsBlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2015-08-26Fine, just python 2.6 and 2.7 then.Jon Cairns
2015-08-26Travis don't support python 2.4 :(Jon Cairns
2015-08-26Add travis gem, update slack configJon Cairns
2015-08-26Actually fix the feature this timeJon Cairns
2013-09-05Add php5-xdebug to travis installJon Cairns
2013-09-04Use custom php ini for travis buildsJon Cairns
2013-09-04Add xdebug ini setting for travis testsJon Cairns
2013-08-16Attempt to fix breaking cucumber tests on travisJon Cairns
2013-08-16Add apt update to travis pre-installJon Cairns
2013-08-16Add php5-cli to travis configJon Cairns
2013-08-16Add more cucumber tests for file namesJon Cairns
2013-06-11Update travis CI yaml fileJon Cairns
2012-12-21Dammit, we will get travis workingJonathan Cairns
2012-12-21Fixed travis yml fileJonathan Cairns
What an idiot - renamed from xml to yml