From dcdf6d4c765b58f48bba7271c6524478e23d72db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 30 Jun 2021 15:23:20 +0200 Subject: [PATCH] compile under PyPy as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 254dfdb..712f6ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ jobs: - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - - stage: test + - stage: deploy python: "pypy3.5" before_script: - sudo apt-get update -- GitLab