Skip to content

Commit

Permalink
[WIP] try builtin "tests" testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
Digenis committed Apr 11, 2021
1 parent 6224efe commit b04710e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install -rreqs/requirements-latest.txt -rreqs/requirements-tests.txt

script:
- python -m unittest discover -s scrapyd/tests
- python setup.py test

after_success:
- codecov
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'Environment :: No Input/Output (Daemon)',
'Topic :: Internet :: WWW/HTTP',
],
'test_suite': 'tests',
}


Expand Down

0 comments on commit b04710e

Please sign in to comment.