Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jun 12, 2017
1 parent 39840a4 commit a4f2fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,10 +11,10 @@ addons:
install:
- pip install --upgrade pip setuptools
- pip install --upgrade sphinx coveralls
- pip install --upgrade graphviz matplotlib
- pip install --upgrade graphviz matplotlib wurlitzer
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ];
then
pip install --upgrade futures mock;
pip install --upgrade mock;
fi
script:
- coverage run setup.py test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def py2_only(*dependencies):
"Programming Language :: Python :: 3.6",
"Topic :: Software Development",
],
install_requires=["graphviz", "matplotlib"],
install_requires=["graphviz", "matplotlib", "wurlitzer"],
tests_require=py2_only("mock"),
test_suite="ActionTree.tests",
use_2to3=True,
Expand Down

0 comments on commit a4f2fdf

Please sign in to comment.