Skip to content

Commit

Permalink
Travis faster
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope committed Jul 6, 2018
1 parent 224ef1e commit 30dbfee
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,10 +26,11 @@ jobs:
- pip install -U pip wheel coveralls "coverage<4.4"
- pip install pytest-travis-fold
- pip install -r requirements-dev.txt
- pip install pytest-xdist pytest-sugar
- python setup.py compile_contracts

before_script:
- flake8 raiden_contracts/

script:
- coverage run --source raiden_contracts/ -m py.test -Wd --travis-fold=always $TEST_TYPE
- coverage run --source raiden_contracts/ -m py.test -Wd --travis-fold=always -n auto -v $TEST_TYPE

0 comments on commit 30dbfee

Please sign in to comment.