mirror of https://github.com/aristocratos/bashtop
moving to python container
parent
0e2243f7bb
commit
e58e56446d
|
@ -1,5 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: bash
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -8,4 +10,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- bats
|
- bats
|
||||||
- bc
|
- bc
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
script: ./test.sh
|
script: ./test.sh
|
|
@ -0,0 +1 @@
|
||||||
|
psutil==5.7.0
|
Loading…
Reference in New Issue