Skip to content

Commit

Permalink
allow patch-level version skip (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Jan 15, 2019
1 parent deaa982 commit 61be0f0
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 @@ -44,7 +44,7 @@ install:
script:
- export MPLBACKEND=PS
- python -c "import contact_map"
- python autorelease_check.py --branch ${TRAVIS_BRANCH} --event ${TRAVIS_EVENT_TYPE}
- python autorelease_check.py --branch ${TRAVIS_BRANCH} --event ${TRAVIS_EVENT_TYPE} --allow-patch-skip #TODO remove allow-patch-skip
- py.test -vv --cov=contact_map --cov-report xml:cov.xml

after_success:
Expand Down

0 comments on commit 61be0f0

Please sign in to comment.