summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2021-01-27 01:11:32 +0000
committerGitHub <noreply@github.com>2021-01-27 10:11:32 +0900
commit02e1f7623cd8d0fcd4763d542fc60e2957ee2046 (patch)
treef4961200949dd0ac83f57abb7e19fafa73e73619 /tox.ini
parent3b71818bb0e4cbafdb58895fa47704563448b6ac (diff)
downloadmsgpack-python-02e1f7623cd8d0fcd4763d542fc60e2957ee2046.tar.gz
build: Create tox environments using a known Cython version (#408)master
This change causes Tox to run the project's setup.py in a virtualenv (default path is .tox/.package). The required version of Cython is installed, rather than whatever version is installed system wide.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 607b182..ace1ba9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
{pypy,pypy3}-pure,
py27-x86,
py34-x86,
+isolated_build = true
[variants:pure]
setenv=