Skip to content

Commit

Permalink
Ensure that only x86 interpreters will be used for testing
Browse files Browse the repository at this point in the history
As support for x64 C-code is not implemented yet (missing compiler support)
and only inprocess address space is implemented for now, python has
to work in 32bit mode, too.

Attentions:
due to bug tox-dev/tox#2535 this
works not work reliable yet.
  • Loading branch information
mrh1997 committed Nov 12, 2022
1 parent cf49abc commit a3b4ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[tox]
envlist=py3{6,7,8,9,10,11}, docs
envlist=py3{6,7,8,9,10,11}-x86, docs
skip_missing_interpreters = true
minversion = 3.15.0

[testenv]
description = Run UnitTests
Expand Down

0 comments on commit a3b4ff5

Please sign in to comment.