Add travis build
This commit is contained in:
parent
2c1acab3dc
commit
062158e6f1
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user