Commit graph

9 commits

Author SHA1 Message Date
Ian Stapleton Cordasco
c58a4662d8
Use black to reformat Flake8
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
2018-10-20 12:37:14 -05:00
Ville Skyttä
c5e47063ab Add Python 3.7 to tox and GitLab CI 2018-05-20 22:01:25 +02:00
Ian Cordasco
88cbf83d29
Add Python 3.6 to CI services 2017-01-15 11:26:12 -06:00
Ian Cordasco
f32e151b47
Fix up GitLab CI runners
PyLint does not yet support 3.6 [1] and the dogfood environment really
shouldn't be pinning to a specific version of Python 3.

[1]: https://github.com/PyCQA/pylint/issues/1241
2017-01-15 09:33:50 -06:00
Ian Cordasco
b995d56e19
Add coverage reporting and uploading
Upload our coverage data to codecov.io and aggregate it on test runs.
2016-08-06 15:21:50 -05:00
Ian Cordasco
75994bf2c9
Use python:2.7 for python 2.7 tests 2016-08-03 07:22:34 -05:00
Ian Cordasco
c8df0f88d1
Update GitLab CI configuration
Let's build artifacts after we've completed a test successfully. This
should allow folks to install the version of Flake8 from a PR easily.
2016-08-03 07:05:22 -05:00
Ian Cordasco
951bbe337f
Add python*-dev packages 2016-06-25 16:00:45 -05:00
Ian Cordasco
b5d13260eb
Enable GitLab CI 2016-06-25 15:28:31 -05:00