Try to get rid of tox and test directly with pytest

This commit is contained in:
Dave Halter
2020-07-19 14:58:17 +02:00
parent 7281302281
commit 10c4dbf785
6 changed files with 27 additions and 74 deletions

View File

@@ -1,21 +1,17 @@
environment:
matrix:
- TOXENV: py37
PYTHON_PATH: C:\Python37
- PYTHON_PATH: C:\Python37
JEDI_TEST_ENVIRONMENT: 37
- TOXENV: py37
PYTHON_PATH: C:\Python37
- PYTHON_PATH: C:\Python37
JEDI_TEST_ENVIRONMENT: 36
- TOXENV: py36
PYTHON_PATH: C:\Python36
- PYTHON_PATH: C:\Python36
JEDI_TEST_ENVIRONMENT: 37
- TOXENV: py36
PYTHON_PATH: C:\Python36
- PYTHON_PATH: C:\Python36
JEDI_TEST_ENVIRONMENT: 36
install:
- git submodule update --init --recursive
- set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH%
- pip install tox
- pip install .[testing]
build_script:
- tox
- pytest