We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd823c4 commit 1fb9e88Copy full SHA for 1fb9e88
.tool-versions
@@ -0,0 +1 @@
1
+task 3.42.1
Taskfile.yml
@@ -0,0 +1,19 @@
+# https://taskfile.dev
2
+
3
+version: '3'
4
5
+vars:
6
+ GREETING: Hello, World!
7
8
+tasks:
9
+ init:
10
+ cmds:
11
+ - poetry install
12
+ shell:
13
14
+ - echo "$(poetry env activate)"
15
+ test:
16
+ deps:
17
+ - init
18
19
+ - poetry run pytest
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "easyecs"
-version = "0.14.1"
+version = "0.15.0"
description = ""
authors = ["BONVARLET Benjamin <benjaminbonvarlet96@gmail.com>"]
readme = "README.md"
0 commit comments