Skip to content

Commit

Permalink
Bikeshed/Travis-CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed May 17, 2021
1 parent 53a2255 commit 92322af
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
@@ -1,14 +1,16 @@
sudo: false
language: python
python:
- '3.8'
- "3.8"

install:
- pip install pygments lxml setuptools --upgrade
- git clone https://github.com/tabatkins/bikeshed.git
- pip install --editable $PWD/bikeshed
- bikeshed update
# See: https://tabatkins.github.io/bikeshed/#travis-ci
- pip3 install bikeshed
- bikeshed update

script:
- bash "./deploy.sh"
- bash "./deploy.sh"

env:
global:
- ENCRYPTION_LABEL: "b6936e521be2"
Expand Down

0 comments on commit 92322af

Please sign in to comment.