Skip to content

Commit

Permalink
Fix CI for py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Nov 9, 2018
1 parent faa1771 commit a7e7eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -35,6 +35,7 @@ jobs:
name: install dependencies
command: |
sudo python -m pip install -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
# run tests!
# this example uses Django's built-in test-runner
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
name: install dependencies
command: |
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run:
name: run tests
Expand All @@ -93,6 +95,7 @@ jobs:
name: install dependencies
command: |
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run:
name: run tests
Expand All @@ -115,6 +118,7 @@ jobs:
name: install dependencies
command: |
sudo python -m pip install --upgrade -r requirements-test.txt
sudo python -m pip install --upgrade secp256k1
- run:
name: run tests
command: |
Expand Down
1 change: 0 additions & 1 deletion requirements-test.txt
Expand Up @@ -9,7 +9,6 @@ pytz==2018.7
pycryptodomex==3.7.0
scrypt==0.8.6
Events==0.3
secp256k1==0.13.2
cryptography==2.3.1
pyyaml==3.13
mock==2.0.0
Expand Down

0 comments on commit a7e7eba

Please sign in to comment.