Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 6, 2017
1 parent c068898 commit f1ab6a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ addons:
before_install:
- sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-6 50
# temp for pip < 9.1
- pip -q install numpy
- python -m pip -q install numpy

install: pip install -e .[tests]
install: python -m pip install -e .[tests]

script: coverage run tests/test.py -v

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Install
* Mac: ``brew install gcc``
* `Windows <https://www.scivision.co/windows-gcc-gfortran-cmake-make-install/>`_

If you don't already have Numpy, ``pip install numpy`` and then::
If you don't already have Numpy, ``python -m pip install numpy`` and then::

pip install -e .
python -m pip install -e .

Examples
========
Expand Down

0 comments on commit f1ab6a4

Please sign in to comment.