Skip to content

Commit

Permalink
travis: setup.py install before pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jul 22, 2019
1 parent adf9d96 commit 2874128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,9 +12,9 @@ python:
- 'nightly'
install:
- pip install pipenv
- python3 setup.py install
- pipenv install --dev --system
before_script:
- python3 setup.py install
- python3 setup.py test
- ./build-swig-wrapper.sh
script:
Expand Down

0 comments on commit 2874128

Please sign in to comment.