mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Merging master to add-more-test to fix travis
This will make travis tests work on this branch as well.
This commit is contained in:
commit
7525fe0696
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install: "pip install slowaes ecdsa>=0.9 pbkdf2 requests pyasn1 pyasn1-modules tlslite>=0.4.5 qrcode"
|
||||
script: nosetests lib
|
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install: "pip install slowaes==0.1a1 ecdsa>=0.9 pbkdf2 requests pyasn1 pyasn1-modules tlslite>=0.4.5 qrcode"
|
||||
script: nosetests lib
|
Loading…
Add table
Reference in a new issue