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
python:
- "3.4"
- "3.5"
- "3.6"
# PyPy versions
- "pypy3.5"
before_install:
- sudo apt-get update
- sudo apt-get install python3
- sudo apt-get install python3-pip
# command to install dependencies
install:
- python3 -m pip install -r requirements.txt
- python3 -m pip install -r requirements.txt --user
# command to run tests
script: pylint --rcfile=pylint.rc bfxapi
script: python3 -m pylint --rcfile=pylint.rc bfxapi