Switch to github CI

This commit is contained in:
Dima Gerasimov 2020-04-18 15:14:39 +01:00 committed by karlicoss
parent 46f69a8911
commit 7fe6520575
7 changed files with 147 additions and 104 deletions

7
scripts/ci/run Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash -eu
cd "$(dirname "$0")"
cd ../..
pip3 install --user tox
tox