We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e5cc commit e11ba01Copy full SHA for e11ba01
.travis.yml
@@ -69,9 +69,9 @@ matrix:
69
env:
70
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
71
- dist: bionic
72
- python: 3.9-dev
73
74
- - JOB="3.9-dev" PATTERN="(not slow and not network)"
+ - JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
+
75
76
before_install:
77
- echo "before_install"
0 commit comments