mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-06 14:24:21 +01:00
travis: use python 3.6
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -1,14 +1,8 @@
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install python3
|
||||
- sudo apt-get install python3-pip
|
||||
- sudo python3 -m pip install --upgrade pip
|
||||
# command to install dependencies
|
||||
python:
|
||||
- "3.6"
|
||||
install:
|
||||
- python3 -m pip install -r requirements.txt --user
|
||||
# command to run tests
|
||||
- python3.6 -m pip install -r requirements.txt
|
||||
script:
|
||||
- python3 -m pylint --rcfile=pylint.rc bfxapi
|
||||
- python3 -m pytest
|
||||
- pylint --rcfile=pylint.rc bfxapi
|
||||
- pytest
|
||||
|
||||
Reference in New Issue
Block a user