From 764dcba28e3a3e4f39a8d579955d9fcbe96a4ad3 Mon Sep 17 00:00:00 2001 From: Vladimir Kamarzin Date: Sun, 10 May 2020 18:47:17 +0500 Subject: [PATCH] Install speedups on linux only --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c2e8af27..3a607283 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py36,py37,py38,lint,docs +envlist = py{35,36,37,38}-{linux,windows},lint,docs skip_missing_interpreters = true [gh-actions] @@ -10,8 +10,10 @@ python = 3.8: py38, lint, docs [testenv] +platform = linux: linux + windows: win32 deps=-rrequirements-test.txt -extras=speedups +extras = linux: speedups commands= coverage run setup.py test coverage report