Skip to content

Commit

Permalink
remove tox from current workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsllchb committed Jan 30, 2020
1 parent 1905704 commit 41b45b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ First of all, every participant should obey [_Contributor Covenant Code of Condu
2. Run `pip install -r requirements.txt` to install the requirements;
3. Do your contribution;
4. Provide tests for any newly added code in `handright` package;
5. Run `tox` in the project's root folder and run `tests/watch.py`;
5. Run `pytest` in the project's root folder and run `tests/watch.py`;
6. Create a pull request to pull the changes to the master branch.


Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pillow == 6.2.1
twine >= 1.8.0
setuptools >= 38.6.0
wheel
tox

pytest
10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit 41b45b4

Please sign in to comment.