There was an error while loading. Please reload this page.
1 parent 2d4c162 commit c7cb09aCopy full SHA for c7cb09a
2 files changed
lib/matplotlib/__init__.py
@@ -1499,7 +1499,6 @@ def _jupyter_nbextension_paths():
1499
'matplotlib.tests.test_backend_svg',
1500
'matplotlib.tests.test_basic',
1501
'matplotlib.tests.test_bbox_tight',
1502
- 'matplotlib.tests.test_category',
1503
'matplotlib.tests.test_cbook',
1504
'matplotlib.tests.test_coding_standards',
1505
'matplotlib.tests.test_collections',
tox.ini
@@ -4,7 +4,7 @@
4
# and then run "tox" from this directory.
5
6
[tox]
7
-envlist = py26, py27, py31, py32, py35
+envlist = py27, py34, py35
8
9
[testenv]
10
changedir = /tmp
0 commit comments