Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 8, 2016
1 parent b75b6c6 commit eee743f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _unittests/ut_talk_examples/test_pydata2016_animation.py
Expand Up @@ -53,6 +53,10 @@ def test_matplotlib_example(self):
warnings.warn("issue with datashader.bokeh_ext, skipping")
return

if is_travis_or_appveyor() == "appveyor":
warnings.warn("no ffmpeg installed")
return

temp = get_temp_folder(__file__, "temp_example_example")
fix_tkinter_issues_virtualenv()

Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -34,8 +34,10 @@ install:
- "%PYTHON%\\Scripts\\pip install xarray"
- "%PYTHON%\\Scripts\\pip install brythonmagic"
- "%PYTHON%\\Scripts\\pip install lightning-python"
- "%PYTHON%\\Scripts\\pip install mpld3"
- "%PYTHON%\\Scripts\\pip install datashape"
- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
- "%PYTHON%\\Scripts\\pymy_install3 datashader"
- "%PYTHON%\\Scripts\\pymy_install3 datashader pydy biopython"
- "set PATH=%PATH%;C:\\projects\\jupytalk\\build\\update_modules\\Graphviz\\bin"
- "dir C:\\projects\\jupytalk\\build\\update_modules\\Graphviz\\bin"
build: off
Expand Down
2 changes: 1 addition & 1 deletion requirements2.txt
@@ -1 +1 @@
ggplot
ggplot==0.9.3

0 comments on commit eee743f

Please sign in to comment.