Test on Python 3.5 using travis, temporary disable docker build until stable release

This commit is contained in:
shortcutme 2019-03-19 17:02:39 +01:00
parent ccc8fda24f
commit 05887c976a
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: python
python:
- 2.7
- 3.5
services:
- docker
install:
@ -24,8 +24,8 @@ before_install:
- pip install -U pytest mock pytest-cov selenium
- pip install codecov
- pip install coveralls
- docker build -t zeronet .
- docker run -d -v $PWD:/root/data -p 15441:15441 -p 127.0.0.1:43110:43110 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:
- codecov
- coveralls --rcfile=src/Test/coverage.ini