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