remove travis, move to github actions

This commit is contained in:
cglewis 2021-01-18 13:06:05 -08:00
parent 846e5ec026
commit 0e6ddebe75
4 changed files with 3 additions and 43 deletions

View File

@ -20,6 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveralls
bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
bash ryu/tests/integrated/common/install_docker_test_pkg_for_github_actions.sh
- name: Test with tox
run: NOSE_VERBOSE=0 tox

View File

@ -1,40 +0,0 @@
dist: bionic
language: python
matrix:
include:
- python: 3.6
env: TOX_ENV=pycodestyle
- python: 3.6
env: TOX_ENV=py36
- python: 3.6
env: TOX_ENV=autopep8
- python: 3.5
env: TOX_ENV=py35
- python: 3.7
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
# This is disabled because of trouble running on travis CI.
# - python: pypy
# env: TOX_ENV=pypy
services:
- docker
sudo: required # Required to enable Docker service
install:
- pip install tox coveralls
- bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
script:
- NOSE_VERBOSE=0 tox -e $TOX_ENV
after_success:
- coveralls

View File

@ -30,9 +30,9 @@ features (it's not a must though).
Python version and libraries
============================
* Python 2.7, 3.5, 3.6, 3.7:
* Python 3.5, 3.6, 3.7, 3.8:
Ryu supports multiple Python version. CI tests on Travis-CI is running
Ryu supports multiple Python versions. CI tests on GitHub Actions is running
on these versions.
* standard library + widely used library: