Skip to content

Commit

Permalink
travis: install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 9, 2022
1 parent 1919bee commit fa6cda4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -100,8 +100,9 @@ notifications:

script:
- python --version
- python setup.py build
- python setup.py install
- python -m pip install .
# - python setup.py build
# - python setup.py install
- cd testing
- |-
if [ -z "$BENCH" ] ; then
Expand Down

0 comments on commit fa6cda4

Please sign in to comment.