aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>