Skip to content

Commit f78d417

Browse files
committed
Update test deps.
1 parent a18f9f5 commit f78d417

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Keras Documentation
22
theme: readthedocs
3-
# theme_dir: theme
3+
theme_dir: theme
44
docs_dir: sources
55
repo_url: http://github.com/fchollet/keras
66
site_url: http://keras.io/

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
'h5py': ['h5py'],
1616
'visualize': ['pydot-ng'],
1717
'tests': ['pytest',
18-
'pytest-cov',
1918
'pytest-pep8',
20-
'pytest-xdist',
21-
'python-coveralls',
22-
'coverage==3.7.1'],
19+
'pytest-xdist'],
2320
},
2421
packages=find_packages())

0 commit comments

Comments
 (0)