summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use MacPython 3.6.2Jason Madden2020-01-201-1/+5
| | | | Also add 3.8.0
* Also build manylinux2010 and MacOS wheelsMarius Gedminas2019-11-121-0/+72
|
* Add support for Python 3.8Marius Gedminas2019-11-121-11/+12
| | | | Also let's use the latest floating PyPy versions on Travis CI.
* Drop Python 3.4Marius Gedminas2019-04-301-8/+4
|
* Drop support for Python 3.3Marius Gedminas2018-08-091-1/+0
|
* Add suppot for Python 3.7Marius Gedminas2018-08-091-2/+7
|
* Use C extension in Python 3, and make Python version handle ``default`` the sameissue4Jason Madden2017-05-011-10/+22
| | | | | | | | | | | | Fixes #4 and fixes #5. Add a specific test case for both of these things. Enabling the C extension on Python 3 revealed more places where readonly attributes can raise different exceptions so fix those tests. Also add Python 3.6 to the supported list, and use zope.testrunner to workaround the namespace package issue.
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-2/+0
|
* Note explicit support for Python 3.5Felix Yan2015-11-071-0/+1
|
* Test PyPy3.Tres Seaver2015-03-091-0/+1
|
* Cleanup travis output / deprecations.Tres Seaver2015-03-091-2/+2
|
* Test python3.4 on Travis.Tres Seaver2015-03-091-0/+1
|
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
| | | | See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
* Updated Travis YAML.Stephan Richter2013-03-041-0/+13