Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 544b27b

Browse files
committed
Merge pull request #5339 from mdboom/pep8-on-python35
PEP8 on Python 3.5
2 parents ea11459 + 4a6b832 commit 544b27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939
- python: 3.4
4040
- python: 3.5
4141
env: PANDAS=pandas
42-
- python: 2.7
42+
- python: 3.5
4343
env: TEST_ARGS=--pep8
4444
- python: 2.7
4545
env: BUILD_DOCS=true MOCK=mock

0 commit comments

Comments
 (0)