File tree Expand file tree Collapse file tree 5 files changed +8
-50
lines changed Expand file tree Collapse file tree 5 files changed +8
-50
lines changed Original file line number Diff line number Diff line change 40
40
- name : Prepare tox
41
41
run : |
42
42
V=${{ matrix.python-version }}
43
- echo TOX_PYTHON=py"$(echo $V | tr -d. )" >>"$GITHUB_ENV"
43
+ echo TOX_PYTHON=py"$(echo $V | tr -d '.' )" >>"$GITHUB_ENV"
44
44
45
45
- run : >
46
46
uvx --with=tox-uv
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
Asset management application for Python web development - use it to
2
2
merge and compress your JavaScript and CSS files.
3
3
4
- Documentation: |travis |
4
+ Documentation: |ci |
5
5
https://webassets.readthedocs.io/
6
6
7
7
Since releases aren't exactly happening on a regular schedule, you are
@@ -17,10 +17,10 @@ Development:
17
17
For development, to run all the tests, you need to have at least Java 7
18
18
installed (required for example to run the `Google closure `_ filter).
19
19
20
- 1. Install Python requirements (preferable in a virtual env) ::
20
+ 1. Install Python requirements with uv ::
21
21
22
- $ pip install -r requirements-dev.pip
23
- $ pip install -r requirements-dev-2.x.pip
22
+ $ uv venv
23
+ $ uv pip install -r uv.lock
24
24
25
25
2. Install other requirements::
26
26
@@ -34,5 +34,5 @@ __ http://github.com/miracle2k/webassets/tarball/master#egg=webassets-dev
34
34
35
35
.. _`Google closure` : https://github.com/google/closure-compiler/wiki/FAQ#the-compiler-crashes-with-unsupportedclassversionerror-or-unsupported-majorminor-version-510
36
36
37
- .. |travis | image :: https://secure.travis-ci.org /miracle2k/webassets.png?branch=master
38
- :target: http ://travis-ci.org /miracle2k/webassets
37
+ .. |ci | image :: https://github.com /miracle2k/webassets/actions/workflows/ci.yml/badge.svg
38
+ :target: https ://github.com /miracle2k/webassets/actions/workflows/ci.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ uv_python_preference = managed
16
16
deps =
17
17
pytest
18
18
commands =
19
+ python -c " import lib2to3"
19
20
pytest {tty:--color =yes} {posargs}
You can’t perform that action at this time.
0 commit comments