summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Parse PEP 484 type commentsAnthony Sottile2019-01-041-6/+2
* Update TravisCI to use flake8 3.6.0 (#398)Addison Elliott2019-01-021-1/+1
* Test with py3.7; Travis should use Xenial for 3.7 and nightly. (#379)Jörn Heissler2018-12-221-10/+13
* Drop support for EOL Python <2.7 and 3.2-3.3 (#322)Hugo2018-03-251-3/+0
* Work around Travis CI error on Python "nightly" (#326)Steven Myint2018-01-281-4/+2
* Enable pip cache in Travis CI (#305)Jon Dufresne2017-10-211-0/+1
* Support Python 3.7 (#273)Steven Myint2017-06-051-3/+0
* Remove obsolete version of Python from Travis CI (#91)Steven Myint2017-05-251-1/+1
* Allow failure in "nightly" Python until we fix it (#90)Steven Myint2017-05-121-0/+3
* Add PyPy 5.3 and PyPy3 5.2-alpha1 (#74)John Vandenberg2016-07-121-0/+2
* Fix PyPyJohn Vandenberg2015-11-201-3/+1
* Enable Python 3.5 on Travis CI3.5Steven Myint2015-09-161-0/+1
* Avoid running flake8 under nightlySteven Myint2015-08-141-2/+2
* Test "nightly" version of PythonnightlySteven Myint2015-07-141-0/+1
* Add 'sudo: false' to .travis.ymlAaron Meurer2015-05-271-0/+1
* Test Python 3.4 on Travis CISteven Myint2014-04-301-0/+1
* Apply best practices: pin versionsFlorent Xicluna2014-04-261-1/+1
* Replace pyflakes with flake8 in the testsuite, and add configuration to tox.iniFlorent Xicluna2014-04-261-1/+4
* Add pyflakes checks into test suite.Adi Roiban2014-04-221-0/+1
* Remove Python 2.5 from Travis configurationSteven Myint2013-12-201-1/+0
* Remove the dependency on unittest2 from the .travis.yml configurationFlorent Xicluna2013-06-191-4/+1
* Add Python 3 supportFlorent Xicluna2013-01-191-1/+5
* Fix .travis.yml to run tests on 2.5 and 2.6Florent Xicluna2013-01-191-1/+1
* No support for setup.py testFlorent Xicluna2013-01-081-1/+2
* Switch to unittest2 for the tests, and run them on Python 2.5Florent Xicluna2013-01-081-2/+2
* Add .travis.yml for continuous integrationFlorent Xicluna2013-01-071-0/+13