Update .travis.yml
This commit is contained in:
parent
f3edd8013d
commit
7898b237fc
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ before_install:
|
||||||
- pip install -U pytest mock pytest-cov selenium
|
- pip install -U pytest mock pytest-cov selenium
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 nofish/zeronet
|
- docker build -t zeronet .
|
||||||
|
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 zeronet
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
- coveralls --rcfile=src/Test/coverage.ini
|
- coveralls --rcfile=src/Test/coverage.ini
|
||||||
|
|
Loading…
Reference in a new issue