From: scompo Date: Thu, 31 Jan 2019 07:44:06 +0000 (+0000) Subject: Aggiornare 'drone.yml' X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=9d8d09b51c5b4b1b63ac15704a5e7150ec554250;p=money.git Aggiornare 'drone.yml' --- diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 013527d..0000000 --- a/.drone.yml +++ /dev/null @@ -1,5 +0,0 @@ -pipeline: - build: - image: python - commands: - - python3 -m unittest -v diff --git a/drone.yml b/drone.yml new file mode 100644 index 0000000..baca542 --- /dev/null +++ b/drone.yml @@ -0,0 +1,8 @@ +pipeline: + + + + build: + image: python + commands: + - python3 -m unittest -v