Skip to content

Commit

Permalink
Fix skipping tests for PyPy (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamim authored and Oberon00 committed Sep 11, 2019
1 parent 21c1c4a commit 5ca9e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skipsdist = True
skip_missing_interpreters = True
envlist =
py3{4,5,6,7,8}-test-{api,sdk,example-app,ext-wsgi,ext-http-requests}
pypy35-test-{api,sdk,example-app,ext-wsgi,ext-http-requests}
pypy3-test-{api,sdk,example-app,ext-wsgi,ext-http-requests}
lint
py37-mypy
docs
Expand Down

0 comments on commit 5ca9e06

Please sign in to comment.