Skip to content

Commit

Permalink
[ci] Updates to newer version of machine and python
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Sep 2, 2019
1 parent c375987 commit 8759ed6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: trusty
dist: bionic
sudo: required
language: python
python:
- '3.6'
- '3.7'
cache:
- pip
- apt
Expand All @@ -23,6 +23,7 @@ addons:
- lmodern
- fonts-cmu
- inkscape
- ffmpeg

deploy:
provider: pages
Expand Down Expand Up @@ -58,7 +59,4 @@ before_install:
- eval `ssh-agent -s`
- chmod 600 deploy_key
- ssh-add deploy_key
- sudo add-apt-repository -y ppa:mc3man/trusty-media
- sudo apt-get -y update
- sudo apt-get -y install ffmpeg
after_success:
2 changes: 1 addition & 1 deletion latex.tplx
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
((* endblock docclass *))

((* block markdowncell scoped *))
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--top-level-division=chapter"]) )))
((* endblock markdowncell *))
3 changes: 2 additions & 1 deletion nbmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import string
import sys

from IPython import nbformat
import nbformat

def fix_images_paths(cells, filename):
# find parent path
path_filename = filename.split('/')
Expand Down

0 comments on commit 8759ed6

Please sign in to comment.