You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
# OS X python is currently broken due to SSL include problems
5
+
# See
6
+
- osx
7
+
dist: trusty
8
+
9
+
language: generic
10
+
11
+
# build dependencies
12
+
install:
13
+
- pwd
14
+
- ls -alR
15
+
- bootstrap/bootstrap.sh
16
+
# Fix openssl / python hashlib on OS X Travis CI
17
+
- if which brew &>/dev/null ; then export LDFLAGS=-L/usr/local/opt/openssl/lib CPPFLAGS=-I/usr/local/opt/openssl/include PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig ; fi
18
+
19
+
# command to run tests, takes care of python dependencies
0 commit comments