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

@ -1,6 +1,3 @@
-r test.pip
# Development
flake8
flake8-import-order
sphinx==1.4.9
-r docs.pip
-r style.pip

2
requirements/docs.pip Normal file
View file

@ -0,0 +1,2 @@
sphinx==1.4.9
sphinx_rtd_theme

2
requirements/style.pip Normal file
View file

@ -0,0 +1,2 @@
flake8
flake8-import-order