Skip to content

Commit

Permalink
revert: Dont install mythril
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranHonig committed May 8, 2018
1 parent a9e3962 commit ff48129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -18,6 +18,10 @@ jobs:
name: LASER Ethereum installation
command: cd /home/laser-ethereum && python3 setup.py install

- run:
name: Installing mythril tools
command: cd /home && ./install-mythril-tools.sh mythril

- run:
name: Install dependencies, in case any are missing in Docker image
command: pip3 install -r /home/laser-ethereum/requirements.txt
Expand Down

0 comments on commit ff48129

Please sign in to comment.