mirror of https://github.com/openXC7/prjxray.git
Update travis to use pip3 not pip (python2).
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
7adb81b81c
commit
5bce5a31b8
|
|
@ -27,7 +27,7 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- clang-format-3.9
|
- clang-format-3.9
|
||||||
install:
|
install:
|
||||||
- pip install --user -r requirements.txt
|
- pip3 install --user -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- make format
|
- make format
|
||||||
- test $(git status --porcelain | wc -l) -eq 0 || { git diff; false; }
|
- test $(git status --porcelain | wc -l) -eq 0 || { git diff; false; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue