Remove docs from being run when you're running tests

This commit is contained in:
Nicholas Charriere
2017-04-23 10:21:34 -07:00
parent 4efcfcd699
commit cb85a59a66

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
envlist = py27, pypy, py33, py34, py35, py27-flake8, py35-flake8, integration
skip_missing_interpreters = True
[testenv]