Skip to content

Commit

Permalink
travis: update python; python 2 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer authored and patrickelectric committed Feb 11, 2020
1 parent 82e089d commit a52909d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: xenial

language: minimal
language: python
python: 3.7

install:
- pip install --user "jinja2>=2.10";
- pip install --user mkdocs-material
- pip install "jinja2>=2.10";
- pip install mkdocs-material
- gem install html-proofer

script:
Expand Down

0 comments on commit a52909d

Please sign in to comment.