Skip to content

Commit

Permalink
Install speedups on linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
bitphage committed May 10, 2020
1 parent 36b6592 commit 764dcba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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
Expand Down

0 comments on commit 764dcba

Please sign in to comment.