Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyPi version to the CI #6

Merged
merged 3 commits into from
Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- pip install -r requirements-tests.txt

script:
- pypi-version check
- cat requirements.txt requirements-tests.txt requirements-dev.txt | safety check --stdin
- radon cc cli -nb --total-average
- isort -rc cli --diff && isort -rc tests --diff
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [Installation](#installation)
* [Usage](#usage)
* [Service](#service)
* [Account](#account)
* [Development](#development)
* [Requirements](#development-requirements)
* [Docker](#docker)
Expand Down Expand Up @@ -145,4 +146,6 @@ account package is going to be uploaded to.
```build
$ python3 setup.py sdist
$ twine upload dist/*
username: remme
password: ********
```
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ flake8-per-file-ignores==0.8.1
isort==4.3.17
pep8-naming==0.8.2
safety==1.8.5
pypi-version==0.1.0
radon==3.0.1