Skip to content

Commit

Permalink
Remove wxpython from travis testing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 12, 2017
1 parent e20c3cb commit fc1608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -122,7 +122,7 @@ install:
conda install --yes pyopengl scipy numpy$NUMPY networkx;
pip install -q numpydoc PySDL2;
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
conda install --yes wxpython matplotlib jupyter pyqt=4 pillow decorator six;
conda install --yes matplotlib jupyter pyqt=4 pillow decorator six;
if [ "${PYTHON}" == "3.6" ]; then
pip install -q freetype-py husl pypng cassowary imageio;
rm -rf ${SRC_DIR}/vispy/ext/_bundled;
Expand Down

0 comments on commit fc1608e

Please sign in to comment.