Test on Python 3.5 using travis, temporary disable docker build until stable release
This commit is contained in:
parent
ccc8fda24f
commit
05887c976a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 3.5
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
|
@ -24,8 +24,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 build -t zeronet .
|
# - docker build -t zeronet .
|
||||||
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 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