mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-01 15:04:11 +02:00
Travis should not fail if this line fails
This commit is contained in:
parent
bfec253e10
commit
7c20e60685
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ script:
|
|||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
# Only run the numpy/pandas tests on Python 3.7:
|
||||
- python -c "import sys; print(sys.version_info.minor == 7)" | grep True > /dev/null && pip install pandas
|
||||
- python -c "import sys; print(sys.version_info.minor == 7)" | grep True > /dev/null && pip install pandas || true
|
||||
- pytest
|
||||
|
||||
cache:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue