aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependencies on 2.7 and pypyMatěj Cepl2016-04-161-0/+2
|
* Make whole script comaptible with python 2.6Matěj Cepl2014-01-111-0/+3
| | | | | | | | How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288)
* Update pip install in .travis.ymlMatěj Cepl2014-01-041-3/+2
| | | | Supporting 2.6 would be too difficult ... patches welcome!
* Make at least unittests running with Python 2.7Matěj Cepl2014-01-041-0/+10
Add support for Travis-CI Fixes #283