Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei committed Aug 7, 2022
1 parent 094f8f8 commit ea43788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ matrix:
- python: 'pypy3'
dist: jammy
install:
- git clone https://github.com/docopt/docopt && pip3 install -e docopt
- git clone https://github.com/docopt/docopt && pip3 install -e ./docopt
- pip3 install --upgrade setuptools wheel pytest docopt coverage coveralls
script:
- coverage run -m pytest tests/
Expand Down

0 comments on commit ea43788

Please sign in to comment.