Skip to content

Commit a1cbc68

Browse files
fix travis pypy
1 parent 8b5d56d commit a1cbc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
- "pypy3"
1111
before_install:
1212
- sudo apt-get --auto-remove --yes remove python-openssl
13-
- pip install pyOpenSSL
13+
- sudo pip install pyOpenSSL
1414
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
1515
script: "pytest --cov=optimizely"
1616
after_success:

0 commit comments

Comments
 (0)