Skip to content

Commit

Permalink
Install dev packages in travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Jan 25, 2020
1 parent f5962d0 commit fcad6fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ before_install:
- pip install pipenv

install:
- pipenv install
- pipenv install black --pre
- pipenv install pytest
- pipenv install --dev

# reminder: we can't run tests because Linkedin always throws challenges (likely because of IP)
script:
- black --check .
- pipenv run python -m pytest tests/test_cookie_repository.py tests/test_linkedin_api.py

0 comments on commit fcad6fb

Please sign in to comment.