Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 284deb1

Browse files
c24treyang
authored andcommitted
Pin nox version, make noxfile explicit (#652)
1 parent b28a83f commit 284deb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ python:
33
- '3.6'
44

55
install:
6-
- pip install --upgrade nox-automation
6+
- pip install nox-automation==0.19.1
77

88
script:
9-
- nox -s docs
9+
- nox -f nox.py -s docs
1010
- touch docs/.nojekyll
1111

1212
branches:

0 commit comments

Comments
 (0)