Skip to content

Commit

Permalink
Install pyverilog fork before fault
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Mar 20, 2019
1 parent b840db1 commit 8821aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ install:
# End install conda

- pip install python-coveralls
- pip install pytest-cov pytest-codestyle fault
- pip install pytest-cov pytest-codestyle
- pip install -r requirements.txt
- pip install fault
- pip install -e .
after_success:
- coveralls
Expand Down

0 comments on commit 8821aed

Please sign in to comment.