Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 1eddff7

Browse files
committed
Rename nox-automation to nox
nox-automation package is not being maintained.
1 parent 6e236e9 commit 1eddff7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo apt-get -qq update
66
- sudo apt-get install -y portaudio19-dev libffi-dev libssl-dev
77
install:
8-
- pip install nox-automation
8+
- pip install nox
99
script:
10-
- nox -f google-assistant-grpc/nox.py -s lint
11-
- nox -f google-assistant-sdk/nox.py -s lint unittest
10+
- nox -f google-assistant-grpc/noxfile.py -s lint
11+
- nox -f google-assistant-sdk/noxfile.py -s lint unittest

google-assistant-grpc/MAINTAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer guide
55

66
- Install automation tools
77

8-
pip install --upgrade nox-automation
8+
pip install --upgrade nox
99

1010
## Tasks
1111

File renamed without changes.

google-assistant-sdk/MAINTAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer guide
55

66
- Install automation tools
77

8-
pip install --upgrade nox-automation
8+
pip install --upgrade nox
99

1010
## Tasks
1111

File renamed without changes.

0 commit comments

Comments
 (0)