Skip to content

Commit

Permalink
Merge branch 'stable' into release-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Jun 3, 2019
2 parents 83a5e21 + 7fb5b2f commit 575ce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:
script:
- export MPLBACKEND=SVG
- 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 Expand Up @@ -76,7 +76,7 @@ jobs:
python: '3.6'
install:
- source ci/pip-install/install_requirements.sh
- pip install -r ci/pip-install/testing_requirements.txt
- pip install -U -r ci/pip-install/testing_requirements.txt
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple contact_map
script:
- cd ~
Expand Down

0 comments on commit 575ce6e

Please sign in to comment.