Skip to content

Commit

Permalink
Merge branch 'feat/use-ntu' into 'master'
Browse files Browse the repository at this point in the history
feat[ci]: use ntu

See merge request utilities/config!9
  • Loading branch information
Vladimir Mikhaylov committed Oct 1, 2020
2 parents 150def7 + 1b012dc commit 0e6e1fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tests:
format:
stage: test
script:
- pip --cache-dir=.pip install --quiet nt-code-style
- format --check
- pip --cache-dir=.pip install --quiet ntu
- check --check-only

package-upload:
stage: deploy
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ pip install ntc
### Formatting
This repository follows strict formatting style which will be checked by the CI.

To properly format the code use **nt-code-style** package:
To properly format the code use **ntu** package:
```bash
pip install nt-code-style
pip install ntu
format
```
### Testing
Before uploading a commit you can run `check` which will try to format the files and run tests.
Before uploading a commit you can run `ntest` which will try to format the files and run tests.
2 changes: 1 addition & 1 deletion requirements.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nt-code-style
ntu
pip-tools
setuptools
twine
Expand Down

0 comments on commit 0e6e1fc

Please sign in to comment.