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 68dfb14 commit fafcf65Copy full SHA for fafcf65
.appveyor.yml
@@ -6,7 +6,7 @@ skip_branch_with_pr: true
6
7
environment:
8
# websockets only works on Python >= 3.6.
9
- CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* pp27-*
+ CIBW_BUILD: cp36-* cp37-* cp38-*
10
CIBW_TEST_COMMAND: python -W default -m unittest
11
WEBSOCKETS_TESTS_TIMEOUT_FACTOR: 100
12
.travis.yml
@@ -1,7 +1,7 @@
1
env:
2
global:
3
4
- - CIBW_SKIP="cp27-* cp33-* cp34-* cp35-* pp27-*"
+ - CIBW_BUILD="cp36-* cp37-* cp38-*"
5
- CIBW_TEST_COMMAND="python3 -W default -m unittest"
- WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100
0 commit comments