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

try to fix travis

parent d1ec66c6
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,10 @@ before_install:
- pip install --upgrade pip
- pip install --upgrade wheel
# Set numpy version first, other packages link against it
- pip install six nose coverage codecov codecov pytest pytest-cov
- pip install six nose coverage codecov tox pytest pytest-cov
script:
- python setup.py build
- pytest --cov=./
- tox
after_success:
- codecov
\ No newline at end of file
graphenelib
pycryptodomex>=3.4.6
scrypt>=0.7.1
scrypt>=0.8.0
Events>=0.2.2
pyyaml
pytest
pytest-mock
coverage
mock
appdirs
\ No newline at end of file
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