Skip to content

Commit

Permalink
Fix installing package
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Jul 29, 2020
1 parent 21771e1 commit 4309186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- pip install -U setuptools
- pip install pytest --upgrade
script:
- python setup.py install
- pip install .
- coverage run --source combojsonapi -m pytest -v
after_success:
- coveralls

0 comments on commit 4309186

Please sign in to comment.