Skip to content

Commit

Permalink
Install docs requirements for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 16, 2020
1 parent 61fb55a commit ab5d5c1
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 @@ -7,7 +7,7 @@ env:
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
install:
- curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- pip install .[test]
- pip install .[docs,test]
script:
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- pytest --cov jscc --vcr-record=none
Expand Down

0 comments on commit ab5d5c1

Please sign in to comment.