Skip to content

Commit

Permalink
Add opencv-python as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
muupan committed Apr 24, 2018
1 parent 7cc2fb4 commit 068bdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ install:
- pip install autopep8
- pip install hacking
- pip install coveralls
- pip install opencv-python
- python setup.py develop
- python -c "import numpy; numpy.show_config()"
before_script:
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -3,6 +3,7 @@ autopep8
atari_py
hacking
mock
opencv-python
pytest
sphinx
sphinx_rtd_theme

0 comments on commit 068bdf0

Please sign in to comment.