summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test updates and fixes (#33)Ville Skyttä2018-08-121-1/+8
| | | | | | | | | | * Add Python 3.6 and 3.7 to test matrix * Flake8 whitespace fixes * Use pypy3.5-5.8.0 on Travis pypy3 in a python 2.7 env is no longer there.
* Run PyPy tests with pypy-5.4 on Travis (#30)Ville Skyttä2016-10-111-1/+2
|
* flake8 tweaks (#27)Ville Skyttä2016-10-101-1/+1
|
* Add pypy3 to test matrixVille Skyttä2016-07-071-0/+1
|
* tox in the readme + remove py32 from travisStefan Wojcik2016-01-271-1/+0
|
* Test with Python 3.4 and 3.5Ville Skyttä2016-01-051-0/+7
|
* Fixed that parse_media_range overrides quality values of 0D.B. Tsai2012-08-271-1/+0
| | | | https://github.com/dbtsai/python-mimeparse/issues/1
* Ported to python3k, and added pypy into the tox test automation.D.B. Tsai2012-08-271-1/+1
|
* Added tox for automation project testing, and travis-ci for continuous ↵D.B. Tsai2012-08-271-0/+19
integration