diff --git a/.travis.yml b/.travis.yml index 01ad30886..cc261b20c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ +dist: xenial language: python python: - "2.7" - - "3.3" - - "3.4" - "3.5" - "3.6" - - "pypy" + - "3.7" # command to install dependencies install: - "pip install -e ." @@ -14,5 +13,4 @@ install: script: # Tests - python setup.py test - # pep8 - disabled for now until we can scrub the files to make sure we pass before turning it on - pycodestyle tableauserverclient test samples