Create .travis.yml

This commit is contained in:
Sam 2018-05-08 15:06:20 +01:00 committed by GitHub
parent f73c046489
commit 94af8ee586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
python:
- "3.6"
script:
- pytest