Commit 4047d40f authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Don't test on NEO for Python 3.

parent 99f262dd
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
from sys import version_info
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
storv = ['fs', 'zeo'] # storage backends to test against
if version_info[0] == 2:
storv.append('neo')
# test.t & friends unit-test core of UVMM and are Go-, Python- and ZODB-storage independent.
# we don't run test.vg* because there is currently no valgrind on SlapOS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment