Skip to content

Commit

Permalink
Fixup OSX py37 integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 7, 2019
1 parent f9e5bb3 commit 22b08b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,7 @@ matrix:
- <<: *x-osx-shard
name: TOXENV=py37-integration
env: *x-py37
script: tox -ve py37-integration
script: |
CPPFLAGS=-I/usr/local/opt/openssl/include \
LDFLAGS=-L/usr/local/opt/openssl/lib \
tox -ve py37-integration
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ deps =
cachecontrol: lockfile
coverage: coverage==4.5.1
subprocess: subprocess32
passenv =
# These are to support directing test environments to the correct OpenSSL on OSX.
CPPFLAGS
LDFLAGS
whitelist_externals =
open
bash
Expand Down

0 comments on commit 22b08b8

Please sign in to comment.