You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
287 B

import py
import sys
udir = py.path.local.make_numbered_dir(prefix = 'ffi-')
# Windows-only workaround for some configurations: see
# https://bugs.python.org/issue23246 (Python 2.7.9)
if sys.platform == 'win32':
try:
import setuptools
except ImportError:
pass