mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add python3.6 test environment
* Add py36 environment to tox * Unify dependencies across manual installation and tox * Mention tox in the docs
This commit is contained in:
parent
25732f7be6
commit
9cca567bed
5 changed files with 15 additions and 12 deletions
|
|
@ -47,13 +47,16 @@ Or using ``pip``::
|
|||
|
||||
$ pip install -e .
|
||||
|
||||
To conveniently test vs multiple python versions we also provide a tox file.
|
||||
|
||||
|
||||
Building the docs
|
||||
=================
|
||||
|
||||
If you make changes to the documentation, you should preview your changes
|
||||
before committing them::
|
||||
|
||||
$ pip install sphinx
|
||||
$ pip install -r requirements/docs.pip
|
||||
$ cd src/pelican/docs
|
||||
$ make html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue