Changed a format string in the tests so 3.5 should build

This commit is contained in:
Jamie Hardt
2019-01-03 19:28:48 -08:00
parent 68f118ab6b
commit 7b4a76448e
5 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
language: python
python:
- "3.6"
- "3.5"
script:
- "python3 setup.py test"
install: