mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Implement review feedback
* improve wording on testing with fox (contribute.rst) * fix whitespace (.travis.xml)
This commit is contained in:
parent
22208a9471
commit
490e3646ba
2 changed files with 5 additions and 5 deletions
|
|
@ -9,10 +9,10 @@ env:
|
||||||
- TOX_ENV=py34
|
- TOX_ENV=py34
|
||||||
- TOX_ENV=py35
|
- TOX_ENV=py35
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py36
|
- TOX_ENV=py36
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- pandoc
|
- pandoc
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ Or using ``pip``::
|
||||||
|
|
||||||
$ pip install -e .
|
$ pip install -e .
|
||||||
|
|
||||||
To conveniently test vs multiple python versions we also provide a tox file.
|
To conveniently test on multiple Python versions, we also provide a .tox file.
|
||||||
|
|
||||||
|
|
||||||
Building the docs
|
Building the docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue