Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Jan 3, 2025
1 parent 3ee2c01 commit e542628
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# CircleCI 2.1 configuration file for https://github.com/zxdavb/geniushub-client
# Check https://circleci.com/docs/2.0/language-python/ for more details

version: 2.1


jobs:

check_version:
Expand All @@ -17,7 +17,6 @@ jobs:
name: Verify git tag vs. package version
command: python setup.py verify # NOTE: $CIRCLE_TAG is not available to su


check_lint:
docker: *docker_config

Expand All @@ -39,7 +38,6 @@ jobs:
isort --check --diff *client.py
isort --check --diff incomfort*
run_tests:
docker: *docker_config

Expand All @@ -55,7 +53,6 @@ jobs:
- run:
command: pytest tests -v


deploy_package:
docker: *docker_config

Expand All @@ -79,7 +76,6 @@ jobs:
twine upload -r pypi dist/*
workflows:
version: 2

Expand Down

0 comments on commit e542628

Please sign in to comment.