Skip to content

Commit

Permalink
try to upgrade CI and Appveyor to Py38
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo committed Jan 3, 2020
1 parent ffcff1b commit fd8f5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ notifications:
on_success: always # default: change
on_failure: always # default: always
python:
- "3.7-dev"
- "3.8-dev"
- "3.8"
- "3.7"
- "3.6"
before_install:
- pip install -r test/requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ environment:
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"

install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
Expand Down

0 comments on commit fd8f5b9

Please sign in to comment.