From 11b7e874efb59f465a43305362e761023e098d00 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 05 2019 13:07:00 +0000 Subject: Test pypy3 tests with current pypy3, that is Python 3.6 --- diff --git a/tests.yml b/tests.yml index acd77a3..c5f4a49 100644 --- a/tests.yml +++ b/tests.yml @@ -33,7 +33,7 @@ run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh - smokepypy3: dir: smoke - run: VERSION=3.5 METHOD=venv PYTHON=pypy3 ./venv.sh + run: VERSION=3.6 METHOD=venv PYTHON=pypy3 ./venv.sh - selftest37: dir: selftest run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh