Skip to content

Commit

Permalink
Merge daa4bd0 into bb0e29d
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonalo committed Mar 17, 2023
2 parents bb0e29d + daa4bd0 commit 6007792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 96 deletions.
95 changes: 0 additions & 95 deletions Makefile

This file was deleted.

4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -70,7 +70,9 @@ Don't forget to run unit tests:
$ git clone git@github.com:<your_github_user>/toolium.git
$ cd toolium
$ python setup.py test
$ pip install -r requirements.txt
$ pip install -r requirements_dev.txt
$ python -m pytest
Finally, before accepting your contribution, we need you to sign our
`Contributor License Agreement <https://raw.githubusercontent.com/telefonicaid/Licensing/master/ContributionPolicy.txt>`_
Expand Down
2 changes: 2 additions & 0 deletions requirements_dev.txt
Expand Up @@ -6,3 +6,5 @@ requests-mock~=1.10
Pygments~=2.14
flake8~=5.0; python_version < '3.8'
flake8~=6.0; python_version >= '3.8'
build~=0.10.0
wheel~=0.40.0

0 comments on commit 6007792

Please sign in to comment.