forked from github/pelican
Update Tox config and fix failing CI envs
Updates base Python version for Travis CI from 2.7 to 3.6 and fixes a linting error.
This commit is contained in:
parent
2e82a53cdf
commit
9e07234bae
3 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
env:
|
||||
- TOX_ENV=docs
|
||||
- TOX_ENV=flake8
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py35
|
||||
- TOX_ENV=py36
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue