Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
d1ec66c6
Commit
d1ec66c6
authored
7 years ago
by
Holger Nahrstaedt
Browse files
Options
Downloads
Patches
Plain Diff
try to fix build
parent
2b11df59
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
README.rst
+4
-1
4 additions, 1 deletion
README.rst
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
with
6 additions
and
3 deletions
.travis.yml
+
1
−
1
View file @
d1ec66c6
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
1
View file @
d1ec66c6
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
d1ec66c6
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment