mirror of
https://github.com/faucetsdn/ryu.git
synced 2025-08-09 16:17:09 +02:00
remove travis, move to github actions
This commit is contained in:
parent
846e5ec026
commit
0e6ddebe75
2
.github/workflows/tests-unit.yml
vendored
2
.github/workflows/tests-unit.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install tox tox-gh-actions coveralls
|
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
|
- name: Test with tox
|
||||||
run: NOSE_VERBOSE=0 tox
|
run: NOSE_VERBOSE=0 tox
|
||||||
|
40
.travis.yml
40
.travis.yml
@ -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
|
|
@ -30,9 +30,9 @@ features (it's not a must though).
|
|||||||
|
|
||||||
Python version and libraries
|
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.
|
on these versions.
|
||||||
|
|
||||||
* standard library + widely used library:
|
* standard library + widely used library:
|
||||||
|
Loading…
Reference in New Issue
Block a user