Add travis build

This commit is contained in:
IamTheFij 2018-04-11 10:20:24 -07:00
parent 2c1acab3dc
commit 062158e6f1
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: generic
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3.4 python3-pip python3.4-venv
install:
- python3 -m venv env
- ./env/bin/pip install -U setuptools
- ./env/bin/pip install tox
script:
- make test