Skip to content

Commit

Permalink
Fix travis build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Jul 24, 2021
1 parent ff14f02 commit afcefaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: python
python:
- '3.8'
install:
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
- python setup.py install
- pip install .
- pip install .[tests]
script:
- pytest -vx --cov=laplace/ tests/
after_success:
Expand Down

0 comments on commit afcefaf

Please sign in to comment.