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:
derwinlu 2017-01-23 23:45:08 +01:00
commit 9cca567bed
5 changed files with 15 additions and 12 deletions

View file

@ -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