We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bf6fe commit af26602Copy full SHA for af26602
.travis.yml
@@ -10,6 +10,9 @@ matrix:
10
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
11
cache: pip
12
before_install:
13
+# try a workaround to avoid BlockingIOError on Travis-CI for python 3.7. See
14
+# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352767521
15
+- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
16
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key
17
-iv $encrypted_cebf25e6c525_iv -in .env.enc -out .env -d || true'
18
- npm install npm@latest -g
0 commit comments