Also constrain tox here
This commit is contained in:
parent
88ee978d98
commit
6485eb5186
|
@ -133,10 +133,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- "checkout"
|
- "checkout"
|
||||||
|
|
||||||
- run:
|
- run: &INSTALL_TOX
|
||||||
name: "Install tox"
|
name: "Install tox"
|
||||||
command: |
|
command: |
|
||||||
pip install --user tox
|
pip install --user 'tox~=3.0'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: "Static-ish code checks"
|
name: "Static-ish code checks"
|
||||||
|
@ -152,9 +152,7 @@ jobs:
|
||||||
- "checkout"
|
- "checkout"
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: "Install tox"
|
<<: *INSTALL_TOX
|
||||||
command: |
|
|
||||||
pip install --user tox
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: "Make PyInstaller executable"
|
name: "Make PyInstaller executable"
|
||||||
|
|
Loading…
Reference in New Issue