Skip to content
Snippets Groups Projects
Commit d1ec66c6 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

try to fix build

parent 2b11df59
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ sudo: false ...@@ -6,7 +6,7 @@ sudo: false
matrix: matrix:
include: include:
- os: linux - os: linux
python: 2.7 python: 3.5
env: env:
- PYFLAKES=1 - PYFLAKES=1
- PEP8=1 - PEP8=1
......
...@@ -8,9 +8,12 @@ steemi is an unofficial python 3 library for steem, which is created new from sc ...@@ -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 .. image:: https://travis-ci.org/holgern/steempy.svg?branch=master
:target: https://travis-ci.org/holgern/steempy :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 :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 .. image:: https://codecov.io/gh/holgern/steempy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/holgern/steempy :target: https://codecov.io/gh/holgern/steempy
......
...@@ -51,7 +51,7 @@ install: ...@@ -51,7 +51,7 @@ install:
- conda update -q conda - conda update -q conda
- conda info -a - conda info -a
- conda install --yes nose conda-build pycrypto setuptools pip numpy pytest-pylint - 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 # Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date. # about it being out of date.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment