Skip to content

Commit cc67e0f

Browse files
author
Ross Crawford-d'Heureuse
committed
dependenceis
1 parent 4b051a0 commit cc67e0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ branches:
1212

1313

1414
install:
15-
- pip install mkdocs pyyaml pytest
15+
- pip install mkdocs pyyaml pytest click
1616

1717
script:
1818
- pytest

‎setup.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def run_tests(self):
3636
tests_require=[
3737
'pytest',
3838
'mkdocs',
39+
'pyyaml',
40+
'click',
3941
],
4042
cmdclass = {'test': PyTest},
4143
python_requires='>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',

0 commit comments

Comments
 (0)