Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-01 | Fix indenting in travis configuration | Jon Bernard | 1 | -9/+9 | |
2015-12-31 | Remove python 3.2 from travis CI | 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-23 | Add py35 and pypy3 to the travis configuration | Jon Bernard | 1 | -0/+2 | |
2015-02-24 | Drop support for python 2.6 in travis configuration | Jon Bernard | 1 | -1/+0 | |
2014-07-24 | Add flake8 to the tox test environment | Jon Bernard | 1 | -0/+1 | |
2014-07-11 | Fix typo in travis configuration | Jon Bernard | 1 | -1/+1 | |
2014-07-11 | Update travis configuration to use tox | Jon Bernard | 1 | -9/+10 | |
2014-07-07 | Update travis configuration to use make test | Jon Bernard | 1 | -4/+4 | |
2013-12-17 | Remove python 2.5 from travis-ci configuration | Jon Bernard | 1 | -1/+0 | |
2013-11-07 | Define travis install and test directives | Jon Bernard | 1 | -0/+8 | |
2013-11-07 | Add travis configuration file for continuous integration | Jon Bernard | 1 | -0/+7 | |