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 2bc77ac commit 319de43Copy full SHA for 319de43
.travis.yml
@@ -3,7 +3,6 @@ language: python
3
matrix:
4
include:
5
- python: 2.7
6
- - python: 3.4
7
- python: 3.5
8
- python: 3.6
9
- python: 3.7
appveyor.yml
@@ -8,12 +8,6 @@ environment:
- TOXENV: py27-defaultreactor
PYTHON: "C:\\Python27-x64"
10
11
- - TOXENV: py34-defaultreactor
12
- PYTHON: "C:\\Python34"
13
-
14
15
- PYTHON: "C:\\Python34-x64"
16
17
- TOXENV: py35-defaultreactor, win-py35-qt5reactor, py35-asyncioreactor
18
PYTHON: "C:\\Python35"
19
0 commit comments