moving to python container

pull/130/head
Maciek Swiech 2020-06-01 11:20:15 -06:00
parent 0e2243f7bb
commit e58e56446d
2 changed files with 7 additions and 1 deletions

View File

@ -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

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
psutil==5.7.0