first commit.

This commit is contained in:
Dave G
2018-03-07 23:57:52 -05:00
commit c580bbd913
15 changed files with 615 additions and 0 deletions

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install:
- pip install tox-travis
script:
- tox