From d1ec66c6d127b82faa65cd71fb5a72872179496a Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Fri, 16 Feb 2018 11:59:43 +0100 Subject: [PATCH] try to fix build --- .travis.yml | 2 +- README.rst | 5 ++++- appveyor.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4e8bec2..08d9fb93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: false matrix: include: - os: linux - python: 2.7 + python: 3.5 env: - PYFLAKES=1 - PEP8=1 diff --git a/README.rst b/README.rst index 3549100c..c7166ed7 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,12 @@ steemi is an unofficial python 3 library for steem, which is created new from sc .. image:: https://travis-ci.org/holgern/steempy.svg?branch=master :target: https://travis-ci.org/holgern/steempy -.. image:: https://ci.appveyor.com/api/projects/status/3mnnhx4vo240mb4g?svg=true +.. image:: https://ci.appveyor.com/api/projects/status/lnk5385dv0c2j28l?svg=true :target: https://ci.appveyor.com/project/holger80/steempy +.. image:: https://circleci.com/gh/holgern/steempy.svg?style=svg + :target: https://circleci.com/gh/holgern/steempy + .. image:: https://codecov.io/gh/holgern/steempy/branch/master/graph/badge.svg :target: https://codecov.io/gh/holgern/steempy diff --git a/appveyor.yml b/appveyor.yml index 2b860a46..e4200b5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ install: - conda update -q conda - conda info -a - conda install --yes nose conda-build pycrypto setuptools pip numpy pytest-pylint - - conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock + - conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs # Upgrade to the latest version of pip to avoid it displaying warnings # about it being out of date. -- GitLab