summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* travisci: Test Python 3.7 as wellGuido Günther2018-09-17
| | | | | | | | Use the workaround from https://github.com/travis-ci/travis-ci/issues/9815 since Python 3.7 is not yet supported by the default image.
* Enable Python3.4 in travisGuido Günther2018-01-12
|
* Rework docker script to allow to build packages as wellrubicks2018-01-12
| | | | | Move `tests/helpers/run-in-docker` to `packaging/run-in-docker` and add package option to build gbp packages in a docker container.
* Run more tests on travisGuido Günther2017-08-03
| | | | Gbp-Dch: Ignore
* travis: run test with different python versionsGuido Günther2017-08-02
| | | | and run at least parts of the tests outside the container
* Use install_requirementsGuido Günther2017-07-05
|
* Add helper to run tests in docker containerGuido Günther2016-12-27
| | | | and use this on travisci. Some ideas taken form travis.debian.net.
* Add .travis.ymlGuido Günther2016-09-12