Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
update python version travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitanwar committed Feb 13, 2018
1 parent 9e26ecd commit 83e13b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache:
directories:
- __pycache__
python:
- "3.6.2"
- "3.8"
before_install:
- sudo pip install -r requirements.txt
script:
Expand Down
2 changes: 2 additions & 0 deletions scripts/lint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import autopep8
import re
import os
import sys
print(sys.version)
files = os.listdir('snippets')
codeRe = "```\s*python([\s\S]*?)```"
for file in files:
Expand Down

0 comments on commit 83e13b0

Please sign in to comment.