Added unit tests to Github Actions (#16610)
* Added unit tests to Github Actions * Set user e-mail and name for git tests to succeed * Simplify setup.sh logic * Replicate Travis script on Github Actions * Update flags since '.' is not allowed * Added badge, simplified workflow * Remove pinning of coverage * Remove unit tests run on Github Actions from Travis
This commit is contained in:

committed by
GitHub

parent
404ff9eb32
commit
239b709f97
21
.travis.yml
21
.travis.yml
@@ -41,27 +41,6 @@ jobs:
|
||||
- realpath
|
||||
- zsh
|
||||
env: [ TEST_SUITE=unit, COVERAGE=true ]
|
||||
- python: '2.7'
|
||||
os: linux
|
||||
language: python
|
||||
env: [ TEST_SUITE=unit, COVERAGE=true, KCOV_VERSION=34 ]
|
||||
- python: '3.5'
|
||||
os: linux
|
||||
dist: xenial
|
||||
language: python
|
||||
env: TEST_SUITE=unit
|
||||
- python: '3.6'
|
||||
os: linux
|
||||
language: python
|
||||
env: TEST_SUITE=unit
|
||||
- python: '3.7'
|
||||
os: linux
|
||||
language: python
|
||||
env: TEST_SUITE=unit
|
||||
- python: '3.8'
|
||||
os: linux
|
||||
language: python
|
||||
env: [ TEST_SUITE=unit, COVERAGE=true, KCOV_VERSION=34 ]
|
||||
- python: '3.8'
|
||||
os: linux
|
||||
language: python
|
||||
|
Reference in New Issue
Block a user