Add travis config

This commit is contained in:
Ben Roberts
2021-06-13 20:51:44 +01:00
parent 120a717efc
commit 3edebcf6f8

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt