Skip to content

Commit

Permalink
Disable pypy build (fails due to missing PyStructureSequence_New)
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 18, 2020
1 parent 3ea9319 commit 47ae022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ matrix:
- env: SKYSQL=true PYTHON_VER="3.8.0"
- env: DB=mariadb:10.4 PYTHON_VER="3.6.0"
- env: DB=mariadb:10.4 PYTHON_VER="3.8.0"
- env: DB=mariadb:10.4 PYTHON_VER="pypy3.6-7.3.1"
# - env: DB=mariadb:10.4 PYTHON_VER="pypy3.6-7.3.1"
- env: DB=mariadb:10.4 BENCH=1
- env: DB=mariadb:10.4 PYTHON_VER="3.6.0" MAXSCALE_VERSION=2.2.9 TEST_PORT=4007 TEST_USER=bob TEXT_DATABASE=test2 SKIP_LEAK=1
- env: DB=mariadb:10.1 PYTHON_VER="3.6.0" TEST_RESET_SESSION=0
Expand Down

0 comments on commit 47ae022

Please sign in to comment.