Skip to content

Commit

Permalink
Cleanup old unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Aug 9, 2023
1 parent 4d86638 commit 8ccdee1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
45 changes: 0 additions & 45 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# This file is part of orator
# https://github.com/sdispater/orator

# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT-license
# Copyright (c) 2015 Sébastien Eustace

PENDULUM_RELEASE := $$(sed -n -E "s/VERSION = \"(.+)\"/\1/p" pendulum/version.py)

# lists all available targets
list:
Expand All @@ -16,43 +8,6 @@ list:
# required for list
no_targets__:

# install all dependencies
setup: setup-python

# test your application (tests in the tests/ directory)
test:
@py.test --cov=pendulum --cov-config .coveragerc tests/ -sq

linux_release: wheels_x64 wheels_i686

release: wheels_x64 wheels_i686 wheel

publish:
@poetry publish --no-build

tar:
python setup.py sdist --formats=gztar

wheel:
@poetry build -v

wheels_x64: build_wheels_x64

wheels_i686: build_wheels_i686

build_wheels_x64:
docker pull quay.io/pypa/manylinux1_x86_64
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/build-wheels.sh

build_wheels_i686:
docker pull quay.io/pypa/manylinux1_i686
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 /io/build-wheels.sh

# run tests against all supported python versions
tox:
@tox


lint-rust:
cargo fmt --all -- --check
cargo clippy --tests -- -D warnings
Expand Down
27 changes: 0 additions & 27 deletions build-wheels.sh

This file was deleted.

7 changes: 0 additions & 7 deletions codecov.yml

This file was deleted.

0 comments on commit 8ccdee1

Please sign in to comment.