We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af12545 commit b9b5bc7Copy full SHA for b9b5bc7
.travis.yml
@@ -13,7 +13,7 @@ sudo: false
13
git:
14
depth: 100
15
install:
16
-- if [ $USE_MICROPYTHON = false ]; then pip install Pillow Sphinx sphinx_bootstrap_theme recommonmark evdev==1.0.0 && pip install -r ./docs/requirements.txt; fi
+- if [ $USE_MICROPYTHON = false ]; then pip install Pillow Sphinx==2.4.4 sphinx_bootstrap_theme recommonmark evdev==1.0.0 && pip install -r ./docs/requirements.txt; fi
17
- if [ $USE_MICROPYTHON = true ]; then ./.travis/install-micropython.sh && MICROPYTHON=~/micropython/ports/unix/micropython; fi
18
script:
19
- chmod -R g+rw ./tests/fake-sys/devices/**/*
0 commit comments