Skip to content

Commit

Permalink
Bump travis and appveyor versions up to 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Jan 12, 2019
1 parent 46c99d2 commit 7512b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

language: python
python:
- 3.5
- 3.6
- 3.7
dist: xenial

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
install:
- "%PYTHON%\\python.exe --version"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
Expand Down

0 comments on commit 7512b05

Please sign in to comment.