Skip to content

Commit

Permalink
remove hashin
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfk committed Feb 1, 2017
1 parent dd3d435 commit 74d43cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ after_success:
- codecov
before_install:
- pip install codecov
- pip install -e git://github.com/jayfk/hashin#egg=hashin
deploy:
true:
condition: $TOXENV == py27
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist = py27, py33, py34, py35
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/pyup
commands =
pip install -e git://github.com/jayfk/hashin#egg=hashin
coverage run setup.py test
python setup.py flake8

Expand Down

0 comments on commit 74d43cc

Please sign in to comment.