Start ganache. Example test for python to pass.

This commit is contained in:
Will O'Beirne 2018-09-11 16:00:15 -04:00
parent 53ad4c5509
commit 08afe6cec2
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
2 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,9 @@ matrix:
node_js: 8.11.4
before_install:
- cd contract/
install: yarn && yarn add global truffle
install: yarn && yarn add global truffle ganache-cli
before_script:
- ganache-cli > /dev/null &
- sleep 10
script:
- yarn run test

View File

@ -0,0 +1,4 @@
"""Sample test for CI"""
def test_runs():
assert True