Minor fixups to tox

1. sdist based build/test works now. Better to use that.
2. switch to py3 instead of py39 to better suit older versions.
3. remove pep8 testing for now, some more work needed for that.
pull/38/head
Andrew Hutchings 2022-01-31 14:39:27 +00:00 committed by Daniele Lacamera
parent c7125b04b1
commit cbbe08b256
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
[tox]
envlist = py39, pep8
skipsdist = True
envlist = py3
[testenv]
setenv =