Commit Graph

24 Commits

Author SHA1 Message Date
Jelmer Vernooij
54f8fb7a7f
Drop python2 support. (#613) 2020-04-16 02:21:42 +00:00
Jelmer Vernooij
2a4e8c231e
Add python 3.8 support. (#615) 2020-02-15 16:24:13 +01:00
Jelmer Vernooij
3e3ee8b641
Fix compatibility with werkzeug 1.0.0. Fixes #611 (#614) 2020-02-15 15:52:10 +01:00
Jelmer Vernooij
78997f4910
Remove shm hack. 2019-04-16 22:46:25 +00:00
Jelmer Vernooij
e2cfd6c08c
Run tests on Python 3.7. 2019-04-15 21:34:43 +00:00
Jelmer Vernooij
62ddcba701
Move flakes command into Makefile. 2018-11-03 14:50:05 +00:00
Benoît Latinier
0ff39017c6 drop wheezy testing which is EndOfLife (closes #385) 2018-02-08 22:57:29 +01:00
cclauss
7f55c81e08 autopep8 the code and then flake8 2018-02-08 22:46:14 +01:00
cclauss
343f24377f
Return to pyflakes 2018-01-31 07:23:54 +01:00
cclauss
b569b19a7f compat.py passes pyflakes test
Drop support for Python 2.6 and 3.3
2018-01-25 15:03:12 +01:00
Martin Zimmermann
c72946dc14 Run travis tests with python 3.5 & python 3.6 2017-07-30 22:38:12 +02:00
Jelmer Vernooij
280b0d925a
Skip compat module when running flakes checks.
Python2-specific code fails on Python3 flakes and vice versa.
2017-07-29 13:09:48 +00:00
Jelmer Vernooij
59b345b648
Run pyflakes on travis. 2017-07-29 13:04:54 +00:00
Jelmer Vernooij
384673ebdb
Run travis tests with python 3.5 & python 3.6. 2017-07-15 14:04:16 +00:00
Jelmer Vernooij
7bfe36bfdf
Specify Python versions to use in travis.
This should address python2.6 being missing in the default environment. Fixes #332
2017-07-15 13:11:23 +00:00
Martin Zimmermann
098f09e6df upgrade Travis' pip for PEP 426 2016-02-06 20:40:15 +01:00
Martin Zimmermann
8c6a7e209e pin versions for Squeeze and Wheezy, also remove py26 from default run
Python2.6 is EOL and my distributions is about to remove it. Travis CI
uses Ubuntu 12.04 LTS and can still test Python2.6 for at least three
years.
2014-05-28 10:12:58 +02:00
Martin Zimmermann
263095cf5f allow Travis CI to disturb the IRC channel 2014-04-30 15:39:50 +02:00
Martin Zimmermann
9dabf88b93 Travis supports Python 3.4 now
http://gehrcke.de/2014/04/travis-ci-finally-supports-python-3-4/
2014-04-30 15:26:37 +02:00
Martin Zimmermann
9706d7df12 ... but Travis does not ship Python 3.4 2014-04-21 10:53:47 +02:00
Martin Zimmermann
f48cbf65b0 add Python 3.4 to Tox and Travis CI 2014-04-21 10:43:51 +02:00
Martin Zimmermann
a92471ca9a allow failures for TOX_ENV=backport 2014-01-30 21:51:16 +01:00
Martin Zimmermann
a6f54f0191 wat 2013-11-25 17:16:58 +01:00
Martin Zimmermann
c84d75582f add Travis CI configuration 2013-11-18 12:41:45 +01:00