Skip to content

Commit

Permalink
Move vcrpy link before main install link
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jul 13, 2020
1 parent 4f177a8 commit 29ffc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip
pip install .[test]
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip
- name: Test with pytest
run: coverage run --source asyncprawcore --module pytest
- env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lint": ["black", "flake8", "pre-commit", "pydocstyle"],
"test": [
"pytest-vcr",
"vcrpy==4.0.2",
"mock >=0.8",
"pytest",
"testfixtures >4.13.2, <7",
Expand Down

0 comments on commit 29ffc7a

Please sign in to comment.