File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ python:
66 - " 3.3"
77 - " 3.4"
88 - " 3.5"
9+ - " 3.6"
910 - " pypy"
1011# command to install dependencies
1112install :
1213 - " pip install -e ."
13- - " pip install pep8 "
14+ - " pip install pycodestyle "
1415# command to run tests
1516script :
1617 # Tests
1718 - python setup.py test
18- # pep8
19- - pep8 .
19+ # pycodestyle
20+ - pycodestyle tableaudocumentapi test samples
2021 # Examples
2122 - (cd "samples/replicate-workbook" && python replicate_workbook.py)
2223 - (cd "samples/list-tds-info" && python list_tds_info.py)
Original file line number Diff line number Diff line change @@ -393,5 +393,6 @@ def test_82_workbook_throws_exception(self):
393393 with self .assertRaises (TableauVersionNotSupportedException ):
394394 wb = Workbook (TABLEAU_82_TWB )
395395
396+
396397if __name__ == '__main__' :
397398 unittest .main ()
You can’t perform that action at this time.
0 commit comments