Skip to content

Commit 12c8a3d

Browse files
committed
Disabled PyPy on tests
1 parent 86d6442 commit 12c8a3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ python:
99
- "3.5"
1010
# Python 3.6 is set to test and deploy the docs in the configuration matrix
1111
#- "3.6"
12-
- "pypy"
13-
- "pypy3"
12+
# PyPy currently is not working with the required dependencies
13+
#- "pypy"
14+
#- "pypy3"
1415
env:
1516
- TEST_DOCS=true
1617
matrix:

0 commit comments

Comments
 (0)