Skip to content

Commit

Permalink
Use "pip install ." instead of using setup.py directly
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Aug 11, 2017
1 parent 1b90541 commit b91bce3
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 @@ -9,7 +9,7 @@ python:
install: pip install tox-travis codecov
script:
- tox
- python setup.py install && s4 version
- pip install . && s4 version
after_success:
- codecov
cache: pip

0 comments on commit b91bce3

Please sign in to comment.