Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 0228fea

Browse files
authored
Update .travis.yml
updates to meet python package naming conventions
1 parent 300763f commit 0228fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ install:
1111
- pip install flake8
1212
before_script:
1313
- python --version
14-
- pip show MirahezeBots-jsonparser
14+
- pip show MirahezeBots_jsonparser
1515
script:
16-
- flake8 MirahezeBots-jsonparser --max-line-length 265 --exclude=__init__.py
16+
- flake8 MirahezeBots_jsonparser --max-line-length 265 --exclude=__init__.py
1717
after_script:
1818
- pip freeze
1919
deploy:

0 commit comments

Comments
 (0)