Install truffle for contract, copy .envexample for python

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

View File

@ -14,6 +14,7 @@ matrix:
python: 3.6
before_install:
- cd backend/
- cp .envexample .env
install: pip install -r requirements/dev.txt
script:
- flask test
@ -22,6 +23,6 @@ matrix:
node_js: 8.11.4
before_install:
- cd contract/
install: yarn
install: yarn && yarn add global truffle
script:
- yarn run test