From f69972d13d9c6bfc5f59e71c1253b8d81003d064 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 28 Jun 2016 19:44:25 -0700 Subject: simplify tox setup --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a430d31a..c0ad7489 100644 --- a/setup.py +++ b/setup.py @@ -110,8 +110,9 @@ setup( ], 'contentviews': [ "cssutils>=1.0.1, <1.1", - "protobuf>=2.6.1, <2.7", - "pyamf>=0.8.0, <0.9", + # TODO: Find Python 3 replacements + # "protobuf>=2.6.1, <2.7", + # "pyamf>=0.8.0, <0.9", ], 'examples': [ "beautifulsoup4>=4.4.1, <4.5", -- cgit v1.2.3 From 4f7d108722212f92f1abed9933ad2060a9b10853 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 28 Jun 2016 22:06:08 -0700 Subject: compile docs on python 3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c0ad7489..991efa15 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( "pytest-xdist>=1.14, <1.15", "sphinx>=1.3.5, <1.5", "sphinx-autobuild>=0.5.2, <0.7", - "sphinxcontrib-documentedlist>=0.3.0, <0.4", + "sphinxcontrib-documentedlist>=0.4.0, <0.5", "sphinx_rtd_theme>=0.1.9, <0.2", ], 'contentviews': [ -- cgit v1.2.3