diff --git a/.travis.yml b/.travis.yml index cd17bd1..f9f13cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ matrix: - python: 3.5 - python: 3.6 - python: 3.7 + - python: 3.8-dev install: - pip install -r requirements.txt script: python test_tablib.py