Skip to content

Commit

Permalink
Renaming scripts/osx/ to scripts/macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 6, 2018
1 parent 131d17b commit c1c2c6b
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -21,8 +21,8 @@ src/bezier/*.o
src/bezier/quadpack/*.o
src/bezier/_speedup*.so
wheelhouse/
scripts/osx/dist_wheels/
scripts/osx/fixed_wheels/
scripts/macos/dist_wheels/
scripts/macos/fixed_wheels/
tests/fortran/*.gcda
tests/fortran/*.gcno
tests/fortran/*.o
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,7 +17,7 @@ matrix:
- PY_VERSION=3.7

install:
- source scripts/osx/travis-setup.sh
- source scripts/macos/travis-setup.sh

script:
- scripts/osx/test.sh
- scripts/macos/test.sh
2 changes: 1 addition & 1 deletion docs/python/binary-extension.rst
Expand Up @@ -578,7 +578,7 @@ For examples, see:
* `Windows journal`_

.. _Linux journal: https://github.com/dhermes/bezier/blob/master/.circleci/expected_journal.txt
.. _Mac OS X journal: https://github.com/dhermes/bezier/blob/master/scripts/osx/travis_journal.txt
.. _Mac OS X journal: https://github.com/dhermes/bezier/blob/master/scripts/macos/travis_journal.txt
.. _Windows journal: https://github.com/dhermes/bezier/blob/master/appveyor/expected_journal.txt

***************************
Expand Down
2 changes: 1 addition & 1 deletion docs/python/binary-extension.rst.template
Expand Up @@ -578,7 +578,7 @@ For examples, see:
* `Windows journal`_

.. _Linux journal: https://github.com/dhermes/bezier/blob/{revision}/.circleci/expected_journal.txt
.. _Mac OS X journal: https://github.com/dhermes/bezier/blob/{revision}/scripts/osx/travis_journal.txt
.. _Mac OS X journal: https://github.com/dhermes/bezier/blob/{revision}/scripts/macos/travis_journal.txt
.. _Windows journal: https://github.com/dhermes/bezier/blob/{revision}/appveyor/expected_journal.txt

***************************
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c1c2c6b

Please sign in to comment.