Skip to content

Commit

Permalink
travis update to install protcur via pip directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Apr 2, 2019
1 parent a4e16b6 commit 8be2637
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 @@ -18,8 +18,8 @@ install:
- pip install --upgrade pytest pytest-cov
- pip install coverage coveralls && export HAS_COVERALLS=1
- pip install pipenv
- pip install --no-deps --editable "git+https://github.com/tgbugs/protc.git#egg=protcur&subdirectory=protcur"
- pipenv install --system --skip-lock --deploy
- pipenv run pip install --no-deps --editable "git+https://github.com/tgbugs/protc.git#egg=protcur&subdirectory=protcur"

script:
- PYTHONWARNINGS=ignore pipenv run pytest --verbose --cov=pysercomb
Expand Down

0 comments on commit 8be2637

Please sign in to comment.