Skip to content

Commit

Permalink
Remove llvm restriction on travis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 12, 2017
1 parent a23efe6 commit e20c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 "llvm!=3.3" matplotlib jupyter pyqt=4 pillow decorator six;
conda install --yes wxpython 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 e20c3cb

Please sign in to comment.