Skip to content

Commit 8b5d56d

Browse files
attempt to fix pypy on travis
1 parent 0d4ec50 commit 8b5d56d

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
@@ -9,7 +9,7 @@ python:
99
- "pypy"
1010
- "pypy3"
1111
before_install:
12-
- apt-get --auto-remove --yes remove python-openssl
12+
- sudo apt-get --auto-remove --yes remove python-openssl
1313
- pip install pyOpenSSL
1414
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
1515
script: "pytest --cov=optimizely"

0 commit comments

Comments
 (0)