travis: add install python3

This commit is contained in:
Jacob Plaster
2018-12-21 15:07:02 +00:00
parent 61f2e6daa7
commit db3bb21b1d

View File

@@ -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