diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-04 13:53:02 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-04 13:53:02 -0500 |
| commit | 699d116fb07b3746e449fcd3ea6e79171034392b (patch) | |
| tree | 741169fe68ad675a610046aafc8247313bafacec | |
| parent | 9ecca93a9b400c20af613cbb71d3d531ce8c7d5a (diff) | |
| download | flake8-699d116fb07b3746e449fcd3ea6e79171034392b.tar.gz | |
Use correct basepython for docs testenvs
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,6 +86,7 @@ commands = # Documentation [testenv:docs] +basepython = python3 deps = sphinx>=1.3.0 sphinx_rtd_theme @@ -94,7 +95,7 @@ commands = sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html [testenv:serve-docs] -basepython = python3.4 +basepython = python3 skipsdist = true skip_install = true use_develop = false |
