Skip to content

Commit

Permalink
build package in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 25, 2019
1 parent e23a2ee commit 162afae
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 @@ -11,5 +11,6 @@ install:
- poetry install
script:
- coverage run --source=geojson_rewind ./run_tests.py
- if [[ $TRAVIS_PYTHON_VERSION == *3.[6-9]* ]]; then poetry build; fi
after_success:
- coveralls

0 comments on commit 162afae

Please sign in to comment.