aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Maersk <veox@users.noreply.github.com>2018-05-23 22:16:59 +0800
committerNoel Maersk <veox@users.noreply.github.com>2018-05-23 22:16:59 +0800
commit7bf43f02d8837b7b6c4b3053af387b28e21748b0 (patch)
tree6bd680679c088c7ff2ba53f53faab3f7b198adf7
parent9f9bae7ce1bdeaeab833dc2ef25c8b2e8de91115 (diff)
downloaddexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.gz
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.bz2
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.lz
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.xz
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.tar.zst
dexon-solidity-7bf43f02d8837b7b6c4b3053af387b28e21748b0.zip
circleci: install python-pip as part of doc build dependency.
Required to install the lexer package.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 4ce3082b..05c84307 100644
--- a/circle.yml
+++ b/circle.yml
@@ -204,7 +204,7 @@ jobs:
name: Install build dependencies
command: |
apt-get -qq update
- apt-get -qy install python-sphinx
+ apt-get -qy install python-sphinx python-pip
- run: *setup_prerelease_commit_hash
- run:
name: Build documentation