Browse Source

Merge #102: fix coveralls

bac5390 travis: install in dev mode (undeath)
fc3904e remove fixed package versions for dev requirements (undeath)
master
AdamISZ 8 years ago
parent
commit
52264a7058
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 2
      .travis.yml
  2. 6
      requirements-dev.txt

2
.travis.yml

@ -8,7 +8,7 @@ before_install:
- sudo apt-get update -q
- sudo apt-get install --no-install-recommends --no-upgrade -qq bitcoind
install:
- ./install.sh
- ./install.sh --develop
before_script:
- source jmvenv/bin/activate
script:

6
requirements-dev.txt

@ -1,9 +1,9 @@
# matplotlib
# numpy
pexpect
coverage==4.2
pytest==3.0.5
pytest-cov==2.4.0
coverage
pytest
pytest-cov
python-coveralls
mock

Loading…
Cancel
Save