-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* re-enable travis * fix Base.showable in Julia 0.6 * debugging output in Pkg.test * fixes for matplotlib 1.3, remove Base64 dependency * agg backend on 1.3 doesn't seem to support ps output properly * viridis is not available in matplotlib 1.3
- Loading branch information
Showing
3 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
language: julia | ||
os: | ||
- linux | ||
julia: | ||
- 0.6 | ||
- 0.7 | ||
- 1.0 | ||
- nightly | ||
addons: | ||
apt: | ||
packages: | ||
- python-matplotlib | ||
- python3-matplotlib | ||
env: | ||
matrix: | ||
- PYTHON=python # python 2.7 | ||
- PYTHON=python3 # python 3.5 | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters