Skip to content

Commit 43ac448

Browse files
authored
Cleanup old unused files (#705)
1 parent 8e9219b commit 43ac448

File tree

3 files changed

+0
-79
lines changed

3 files changed

+0
-79
lines changed

Makefile

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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
113
list:
@@ -16,43 +8,6 @@ list:
168
# required for list
179
no_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-
5611
lint-rust:
5712
cargo fmt --all -- --check
5813
cargo clippy --tests -- -D warnings

build-wheels.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

codecov.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)