Run Python 3.7 selftest tests in selftest tests of these tests

This commit is contained in:
Miro Hrončok 2018-11-29 15:22:23 +01:00
commit 97db1f97bb
3 changed files with 17 additions and 0 deletions

View file

@ -20,6 +20,9 @@
- smokepypy3:
dir: smoke
run: VERSION=3.5 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
required_packages:
- gcc
- /usr/bin/virtualenv
@ -33,3 +36,5 @@
- pypy-devel
- pypy3-devel
- python3-tox
- python3-tkinter
- python3-test