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:
|
||||
- clang-format-3.9
|
||||
install:
|
||||
- pip install --user -r requirements.txt
|
||||
- pip3 install --user -r requirements.txt
|
||||
script:
|
||||
- make format
|
||||
- test $(git status --porcelain | wc -l) -eq 0 || { git diff; false; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue