mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
commit
ace101e4f5
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