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
This commit is contained in:
Ian Cordasco 2017-01-15 09:33:50 -06:00
parent a0280240fc
commit f32e151b47
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ python3:
script: tox --skip-missing-interpreters -e py34,py35
linters:
image: python:3.5
stage: test
script: tox -e linters

View file

@ -19,7 +19,7 @@ commands = {posargs}
# Dogfood our current mastera version
[testenv:dogfood]
basepython = python3.5
basepython = python3
skip_install = true
deps =
wheel