Add initial version of the project
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
source .venv/bin/activate
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
source bin/activate.sh
|
||||
python -m tagger.run $*
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
[[ -d .venv ]] && rm -rf .venv
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
source bin/activate.sh
|
||||
pytest tagger -vv $*
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
source bin/activate.sh
|
||||
watch -c "pytest -q --color=yes --tb=short tagger"
|
||||
Reference in New Issue
Block a user