summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-141-8/+13
| | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies.
* Use tox-travis.Tres Seaver2016-04-131-12/+9
|
* Add support for Python 3.5.Tres Seaver2016-04-131-0/+4
|
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-2/+0
|
* Add support for Python 3.2Jason Madden2015-06-051-0/+1
|
* Add PyPy support.Jason Madden2015-05-291-3/+2
| | | | | | | | | | | PyPy doesn't support assigning to __builtins__, even in eval(), so this means that zope.untrusted.builtins is not helpful, even though it can be installed. Therefore, HAVE_UNTRUSTED must always be False under PyPy, just like under Python 3. Minor doctest renormalization to deal with the changed class name of the proxy. A pure-Python proxy can't lie about its type, so use __class__ in one doctest.
* Drop PyPy3-specific note.Tres Seaver2015-04-021-2/+0
| | | | | | PyPy issues still remain. [ci skip]
* Note blockers for PyPy and PyPy3 support.Tres Seaver2014-12-271-0/+5
|
* Add support for Python 3.4.Tres Seaver2014-12-271-0/+1
|
* Use tox for testing in TravisMarius Gedminas2014-12-231-6/+6
|
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
|
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+11