aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Python3 (#37)Guido Günther2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | * Handle python3's configparser as well * tests: Open file in text mode to avoid string bytes conversion with Python3 * tests: drop unnecessary dict These arent sortable in Python3 * Convert returned facts to list While Python2 has a list here Python3 returns dict_values which is not indexable as is. * tests: Parse url for comparison Python3 uses hash seeds for comparison so the QS parts dont have a fixed order. * Test python3.4 and python3.5 as well
* Run flake8 to verify styleGuido Günther2016-09-28
|
* Enable Travis CI (#29)Daniel Lobato García2016-09-06