feat: psutils test

This commit is contained in:
Swann
2020-07-14 11:59:45 +02:00
parent 211cb848b9
commit 022e3354d9
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
test:
stage: test
image: python:latest
image: python:3.7
script:
- git submodule init
- git submodule update
- apt update
- apt-get update && apt-get install -y python-dev
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y blender

View File

@ -45,7 +45,7 @@ from . import environment, utils
# TODO: remove dependency as soon as replication will be installed as a module
DEPENDENCIES = {
("replication", '0.0.12'),
("replication", '0.0.13'),
("deepdiff", '5.0.1'),
}