We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a8752 commit e6cee23Copy full SHA for e6cee23
1 file changed
.circleci/config.yml
@@ -31,7 +31,7 @@ jobs:
31
- run:
32
command: |
33
pip install -r requirements.txt --user
34
- python -m unittest tests.test_pykemon"
+ python -m unittest tests.test_pykemon
35
36
workflows:
37
version: 2
0 commit comments