Skip to content

Commit

Permalink
Merge pull request #392 from justinGilmer/fixTravisOSX
Browse files Browse the repository at this point in the history
Fix Ruby 2.3 homebrew issue
  • Loading branch information
summeraz authored Nov 8, 2017
2 parents 31f9415 + 03bee56 commit 3135c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- COMMIT_AUTHOR_EMAIL: "janos.sallai@vanderbilt.edu"

install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install md5sha1sum; fi
- source devtools/travis-ci/install.sh
- conda config --set always_yes yes --set changeps1 no
Expand All @@ -28,7 +29,7 @@ install:
- pip install -e .

script:
- py.test -v --cov=mbuild --cov-report= --pyargs mbuild
- python -m pytest -v --cov=mbuild --cov-report= --pyargs mbuild

after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
PYTHONUNBUFFERED: 1

matrix:
- PYTHON: "C:\\Miniconda3-x64"
- PYTHON: "C:\\Miniconda36-x64"
CONDA_PY: "35"
ARCH: "64"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ nbformat
ipykernel
ipyext
python-coveralls
pytest-cov
pytest-cov

0 comments on commit 3135c43

Please sign in to comment.