Skip to content

Commit

Permalink
Merge pull request #1 from ukfast/master
Browse files Browse the repository at this point in the history
enforce recommonmark version (ans-group#383)
  • Loading branch information
josh-wild authored Apr 23, 2019
2 parents 8257f14 + 0ebabf1 commit e2a28ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_8cdc3d1850ac_key -iv $encrypted_8cdc3d1850ac_iv -in deploy_key.enc -out deploy_key -d; fi'
install:
- pip install Sphinx===1.6.6
- pip install recommonmark
- pip install recommonmark==0.4.0
- pip install sphinxcontrib.youtube
script:
- ./tests.sh
Expand Down

0 comments on commit e2a28ec

Please sign in to comment.