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 4dc140a commit 7a5f4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ git:
depth: 3


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

script: coverage run tests/test.py -v

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -23,7 +23,7 @@ Install
-------
::

pip install -e .
python -m pip install -e .
Examples
--------
Expand Down

0 comments on commit 7a5f4fa

Please sign in to comment.