Add Travis smoke test

This commit is contained in:
Oliver Bristow 2018-08-04 17:52:58 +01:00 committed by Oliver Bristow
commit cfcd61fd2f
No known key found for this signature in database
GPG key ID: FF13F04BD2C87186

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"
install:
- pip install .
script: colout --help