Commit a937a86 1 parent 000f655 commit a937a86 Copy full SHA for a937a86
File tree 2 files changed +27
-12
lines changed
2 files changed +27
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,6 +29,33 @@ release:
29
29
git push origin " $tag"
30
30
git push origin trunk
31
31
32
+ iterstatic :
33
+ #!/ bin/ bash
34
+ tox -e static --notest
35
+ exec watchexec \
36
+ - -watch css \
37
+ - -watch img \
38
+ - -watch vendor \
39
+ - -watch bin \
40
+ - -on-busy-update=queue \
41
+ - -shell =none \
42
+ - - \
43
+ .tox/ static/ bin/ python bin/ compile-static.py --no-compress
44
+
45
+ itertests + args = ' yarrharr':
46
+ #!/ bin/ bash
47
+ tox -e test --develop --notest
48
+ export YARRHARR_CONF=./ yarrharr/ tests/ dev.ini
49
+ export YARRHARR_TESTING=yes
50
+ export DJANGO_SETTINGS_MODULE=yarrharr.settings
51
+ export PYTHONDONTWRITEBYTECODE=yes
52
+ exec watchexec \
53
+ - -watch yarrharr \
54
+ - -on-busy-update=queue \
55
+ - -shell =none \
56
+ - - \
57
+ .tox/ test/ bin/ pytest -vvv ./ yarrharr " $@"
58
+
32
59
devserver : _static
33
60
tox -e run -- django-admin migrate
34
61
tox -e run -- django-admin updatehtml
You can’t perform that action at this time.
0 commit comments