-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: add testing of JSON output against schema and upgrade everyth…
…ing to Python3
- Loading branch information
Showing
9 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
sudo apt-get update -qq | ||
sudo apt-get install -qq python3-pip | ||
|
||
./travis/before_install.sh | ||
|
||
sudo apt-get update -qq | ||
sudo apt-get install -qq sqlite3 libsqlite3-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
sudo apt-get update -qq | ||
sudo apt-get install -qq python3-pip | ||
|
||
./travis/before_install.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
sudo apt-get update -qq | ||
sudo apt-get install -qq python3-pip | ||
|
||
./travis/before_install.sh | ||
|
||
sudo apt-get update -qq | ||
sudo apt-get install wget | ||
sudo apt-get install binutils-mingw-w64-x86-64 | ||
sudo apt-get install gcc-mingw-w64-x86-64 | ||
sudo apt-get install g++-mingw-w64-x86-64 | ||
sudo apt-get install g++-mingw-w64 | ||
sudo apt-get install mingw-w64-tools | ||
sudo apt-get install -y wine1.4-amd64 | ||
sudo apt-get install sqlite3 | ||
sudo apt-get install sqlite3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters