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

Commit 8db62b7

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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:
1010
- nox -f google-assistant-grpc/nox.py -s lint
1111
- nox -f google-assistant-sdk/nox.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

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

0 commit comments

Comments
 (0)