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 32fb3fc commit fdb7c52Copy full SHA for fdb7c52
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- 3.7
7
- pypy
8
- pypy3
9
+if: (type = push AND branch IN (master)) OR (type = pull_request)
10
env:
11
global:
12
- RETRY_TIMEOUT_SECONDS=15
0 commit comments