Skip to content

Commit

Permalink
build package in container
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed May 31, 2021
1 parent 98df929 commit 5d17219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
-e "TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
"${BASE_IMAGE}"
bash -c "apt update && apt install -y g++ &&
python setup.py sdist &&
coverage run --omit=nansat/mappers/*,nansat/tests/*,nansat/nansatmap.py --source=nansat setup.py test && coveralls"
deploy:
- provider: pypi
Expand Down

0 comments on commit 5d17219

Please sign in to comment.