Fixing travis errors with new python versions

This commit is contained in:
Kevin Fronczak
2018-09-25 12:15:19 -04:00
parent 346882f1ff
commit cd7b5bfabc
+1 -3
View File
@@ -1,3 +1,4 @@
sudo: required
matrix:
fast_finish: true
include:
@@ -12,9 +13,6 @@ matrix:
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
install: pip install -U tox coveralls
language: python