File tree Expand file tree Collapse file tree 3 files changed +0
-79
lines changed
Expand file tree Collapse file tree 3 files changed +0
-79
lines changed Original file line number Diff line number Diff line change 1- # This file is part of orator
2- # https://github.com/sdispater/orator
3-
4- # Licensed under the MIT license:
5- # http://www.opensource.org/licenses/MIT-license
6- # Copyright (c) 2015 Sébastien Eustace
7-
8- PENDULUM_RELEASE := $$(sed -n -E "s/VERSION = \"(.+ ) \"/\1/p" pendulum/version.py)
91
102# lists all available targets
113list :
168# required for list
179no_targets__ :
1810
19- # install all dependencies
20- setup : setup-python
21-
22- # test your application (tests in the tests/ directory)
23- test :
24- @py.test --cov=pendulum --cov-config .coveragerc tests/ -sq
25-
26- linux_release : wheels_x64 wheels_i686
27-
28- release : wheels_x64 wheels_i686 wheel
29-
30- publish :
31- @poetry publish --no-build
32-
33- tar :
34- python setup.py sdist --formats=gztar
35-
36- wheel :
37- @poetry build -v
38-
39- wheels_x64 : build_wheels_x64
40-
41- wheels_i686 : build_wheels_i686
42-
43- build_wheels_x64 :
44- docker pull quay.io/pypa/manylinux1_x86_64
45- docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux1_x86_64 /io/build-wheels.sh
46-
47- build_wheels_i686 :
48- docker pull quay.io/pypa/manylinux1_i686
49- docker run --rm -v ` pwd` :/io quay.io/pypa/manylinux1_i686 /io/build-wheels.sh
50-
51- # run tests against all supported python versions
52- tox :
53- @tox
54-
55-
5611lint-rust :
5712 cargo fmt --all -- --check
5813 cargo clippy --tests -- -D warnings
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments