aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-01-01Fix indenting in travis configurationGravatar Jon Bernard 1-9/+9
2015-12-31Remove python 3.2 from travis CIGravatar Jon Bernard 1-1/+0
I'm seeing: E File "../py32/lib/python3.2/site-packages/click/utils.py", line 224 E message = message or u'' E ^ E SyntaxError: invalid syntax and it appears click doesn't test against 3.2 either.
2015-12-23Add py35 and pypy3 to the travis configurationGravatar Jon Bernard 1-0/+2
2015-02-24Drop support for python 2.6 in travis configurationGravatar Jon Bernard 1-1/+0
2014-07-24Add flake8 to the tox test environmentGravatar Jon Bernard 1-0/+1
2014-07-11Fix typo in travis configurationGravatar Jon Bernard 1-1/+1
2014-07-11Update travis configuration to use toxGravatar Jon Bernard 1-9/+10
2014-07-07Update travis configuration to use make testGravatar Jon Bernard 1-4/+4
2013-12-17Remove python 2.5 from travis-ci configurationGravatar Jon Bernard 1-1/+0
2013-11-07Define travis install and test directivesGravatar Jon Bernard 1-0/+8
2013-11-07Add travis configuration file for continuous integrationGravatar Jon Bernard 1-0/+7