Update python versions for ci tests (#4)

* Remove Python 3.4 test
* Remove Python 2.7 tests
* Upgrade pytest version
This commit is contained in:
Nelson Darkwah Oppong 2020-12-05 16:20:04 +01:00 committed by GitHub
parent 00aad2bbbb
commit 83334efa7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 13 deletions

View File

@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
- "3.9"
install: "pip install -r requirements/dev.txt"
script: "pip install -e . && py.test -q --cov=plx_gpib_ethernet tests/"

View File

@ -1,13 +1,5 @@
environment:
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "32"

View File

@ -1,3 +1,3 @@
-r common.txt
pytest==2.9.2
pytest-cov==2.3.1
pytest==6.1.2
pytest-cov==2.10.1