Skip to content

Commit

Permalink
Merge pull request #16 from bblankrot/patch-pyplot-err
Browse files Browse the repository at this point in the history
changing pygui backend to tk before `using PyPlot`
  • Loading branch information
bblankrot committed Apr 6, 2018
2 parents 6b0ff0e + 6805e9d commit b576f2d
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 @@ -13,7 +13,7 @@ notifications:
env:
- PYTHON=Conda-python
script:
- export LD_LIBRARY_PATH=$HOME/.julia/v0.6/Conda/deps/usr/lib; LD_PRELOAD=${HOME}/.julia/v0.6/Conda/deps/usr/lib/libz.so julia -e 'Pkg.clone(pwd());Pkg.test("ParticleScattering"; coverage=true);'
- export LD_LIBRARY_PATH=$HOME/.julia/v0.6/Conda/deps/usr/lib; LD_PRELOAD=${HOME}/.julia/v0.6/Conda/deps/usr/lib/libz.so julia -e 'using PyCall;pygui(:tk);using PyPlot;Pkg.clone(pwd());Pkg.test("ParticleScattering"; coverage=true);'
before_install:
- julia -e 'ENV["PYTHON"]=""; Pkg.add("Conda"); using Conda; Conda.update(); Conda.add("matplotlib"); Conda.add("basemap"); Pkg.add("PyCall"); Pkg.build("PyCall"); Pkg.add("PyPlot");'
after_success:
Expand Down

0 comments on commit b576f2d

Please sign in to comment.