initial commit with bmartin

This commit is contained in:
bittles
2022-12-13 17:03:13 -05:00
parent 1311546ed4
commit c8cc6f20bc
19 changed files with 4093 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -e .[dev]
script: nosetests