mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 07:14:20 +01:00
travis: add install python3
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,12 +1,11 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "3.4"
|
before_install:
|
||||||
- "3.5"
|
- sudo apt-get update
|
||||||
- "3.6"
|
- sudo apt-get install python3
|
||||||
# PyPy versions
|
- sudo apt-get install python3-pip
|
||||||
- "pypy3.5"
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install -r requirements.txt
|
- python3 -m pip install -r requirements.txt --user
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pylint --rcfile=pylint.rc bfxapi
|
script: python3 -m pylint --rcfile=pylint.rc bfxapi
|
||||||
|
|||||||
Reference in New Issue
Block a user