diff --git a/.travis.yml b/.travis.yml
index e4e8bec214f420230207cbe7ce1b835ada5cdc96..08d9fb93ffb4b228ecdc224860e63803332fd81e 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 3549100c8cf527acb98d71ddeb802390ef732abf..c7166ed766dfd23072916873ce867119e02a1e9b 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 2b860a46dbd3351063c67409682018192075a994..e4200b5bb5bbd30417e49839d0e06ec5be8179d4 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.