We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e546cf9 commit 0888170Copy full SHA for 0888170
.travis.yml
@@ -3,7 +3,7 @@ services:
3
- xvfb
4
language: python
5
python:
6
- - 3.5
+ - 3.7
7
- 3.6
8
cache:
9
directories:
appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
matrix:
- - PYTHON: "C:\\Python35"
+ - PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python36"
install:
- "%PYTHON%\\python.exe --version"
0 commit comments