aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: Include metadata.xsd for repoman testsMichał Górny2016-04-251-2/+2
|
* .travis.yml: fix metadata.dtd path (add cnf directory)Zac Medico2016-02-241-1/+2
|
* .travis.yml: copy metadata.dtd for repoman testsZac Medico2016-02-241-0/+2
|
* Add python 3.5 to the testsBrian Dolbec2015-09-241-0/+1
|
* officially drop support for python 2.6, 3.1, and 3.2Mike Frysinger2015-06-031-2/+0
| | | | | We no longer support these in the ebuild and don't want to waste time implementing compatibility shims for them.
* travis: Use setup.py for running testsMichał Górny2014-09-111-1/+4
|
* tests: Append .py to files that need to be installedMichał Górny2014-09-111-1/+1
| | | | | Append .py to the runTests script and __test__ files so that they could be easily picked up by setup.py.
* Enable testing using travis-ciMichał Górny2014-08-121-0/+10
Make it easy to use travis-ci for testing on github mirror and forks. Reviewed-by: Alexander Berntsen <bernalex@gentoo.org>