Adds .travis.yml for lint pipeline

This commit is contained in:
Jacob Plaster
2018-12-14 16:01:28 +00:00
parent df017a6685
commit 2b1912e6a7

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
# PyPy versions
- "pypy3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script: pylint bfxapi