Skip to content

Commit

Permalink
CI: run tests on python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Jul 11, 2018
1 parent 4975612 commit 019c4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# - "pypy3" pypy3 implements py3.2 not supported anymore

# when setting sudo to true, issues with strace are fixed
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python35"
- PYTHON: "C:/Python36"
- PYTHON: "C:/Python37"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
Expand Down

0 comments on commit 019c4e5

Please sign in to comment.