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 26ad554 commit b9340ceCopy full SHA for b9340ce
.appveyor.yml
@@ -18,10 +18,6 @@ environment:
18
PYTHON_VERSION: "3.5.x" # currently 3.5.8
19
PYTHON_ARCH: "64"
20
21
- - config: Release
22
- PYTHON: "C:\\Python27-x64"
23
- PYTHON_VERSION: "2.7.x" # currently 2.7.15
24
- PYTHON_ARCH: "64"
25
install:
26
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
27
- "python --version"
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
python:
3
- - "2.7"
4
- "3.5"
5
- "3.6"
6
os:
0 commit comments