Skip to content

Commit

Permalink
try pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Aug 27, 2022
1 parent e169b2e commit b99dfcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
- '3.9'
- '3.10'
install:
- python setup.py install
- pip install .
- pip install coverage
- pip install coveralls
script:
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -45,4 +45,7 @@ def run_tests(self):
tests_require=['pytest'],
cmdclass={'test': PyTest},
test_suite='random_words.test.test_random_words',
extras_require={
'testing': ['pytest'],
},
)

0 comments on commit b99dfcc

Please sign in to comment.