mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Let travis run the test using Python3
This commit is contained in:
parent
f1a8c0b0e6
commit
66c928572a
2 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox-travis
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py34
|
||||
envlist = py35, py36
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
Loading…
Add table
Reference in a new issue