Skip to content

Commit d8bdeae

Browse files
authored
Update .travis.yml (#432)
3.3 and 3.4 are EOL, as well as not significantly different than the other 3.X's. Dropping them and pypy (which is also not significantly different at this point, and is slow to run the pipeline), and adding 3.7 with the new required dist.
1 parent 7e02635 commit d8bdeae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
34
- "2.7"
4-
- "3.3"
5-
- "3.4"
65
- "3.5"
76
- "3.6"
8-
- "pypy"
7+
- "3.7"
98
# command to install dependencies
109
install:
1110
- "pip install -e ."
@@ -14,5 +13,4 @@ install:
1413
script:
1514
# Tests
1615
- python setup.py test
17-
# pep8 - disabled for now until we can scrub the files to make sure we pass before turning it on
1816
- pycodestyle tableauserverclient test samples

0 commit comments

Comments
 (0)