Skip to content

Commit

Permalink
use setup.py on travis but not cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 14, 2021
1 parent 88fc59d commit 787fe3a
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 @@ -49,7 +49,7 @@ before_install:
- if [[ $COVERAGE == "true" ]]; then pip install coverage; fi

install:
- pip install .
- python setup.py build && python setup.py install

script:
- for test in tests/__init__.py; do echo $test ; if [[ $COVERAGE == "true" ]]; then coverage run -a $test > /dev/null; else python $test > /dev/null; fi ; done
Expand Down

0 comments on commit 787fe3a

Please sign in to comment.