Skip to content

Commit

Permalink
Update for HTML integration
Browse files Browse the repository at this point in the history
See #83.

(Also remove a line from .travis.yml that does not appear to be needed and caused the build to fail.)
  • Loading branch information
domenic authored Jan 12, 2021
1 parent fdb41dc commit 683732d
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 671 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ python:
- "3.7"
sudo: false
install:
- python -m easy_install -U setuptools
- git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
- pip install pygments
- pip install --editable ./bikeshed
Expand Down
Loading

0 comments on commit 683732d

Please sign in to comment.