mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add Python 3.5 env back to Travis tests. Refs #2571
Previous change resulted in Python 3.5 missing from the test environment, as well as a duplicate Python 3.6 test run.
This commit is contained in:
parent
9154d8f42e
commit
80540281bc
1 changed files with 1 additions and 3 deletions
|
|
@ -5,12 +5,10 @@ env:
|
|||
- TOX_ENV=docs
|
||||
- TOX_ENV=flake8
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py35
|
||||
- TOX_ENV=py36
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env:
|
||||
- TOX_ENV=py36
|
||||
- python: 3.7
|
||||
sudo: true
|
||||
dist: xenial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue