Updated travis and README

pull/21/head
Matti Pastell 2014-12-09 10:44:28 +02:00
parent 89333e8005
commit b4a70b385d
2 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@ before_install:
- sudo apt-get install libpcre3-dev julia -y
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.add("Cairo"); Pkg.add("Gadfly"); Pkg.clone(pwd()); Pkg.test("Weave", coverage=true)'
- julia -e 'Pkg.init(); Pkg.add("Winston"); Pkg.add("Cairo"); Pkg.add("Gadfly"); Pkg.clone(pwd()); Pkg.test("Weave", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("Weave")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

View File

@ -9,10 +9,10 @@ and Sweave.
**Current features**
* Noweb syntax for documents.
* Noweb or markdown syntax for input documents.
* Execute code as terminal or "script" chunks.
* Capture PyPlot, Gadfly or Winston figures.
* Supports latex and pandoc markdown output
* Supports LaTex, Pandoc and Github markdown and reStructuredText output
**Not implemented**