Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
Depends on setuptools>=7.0 in tox
Browse files Browse the repository at this point in the history
To avoid .egg directories.
  • Loading branch information
hynek committed Nov 21, 2014
1 parent f9e1307 commit 0f4886b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py26, py27, py33, py34, pypy, flake8, docs, manifest

[testenv]
deps =
pytest
setuptools>=7.0 # to avoid .egg directories
pytest-cov
commands =
python setup.py test -a "--cov characteristic --cov-report term-missing"
Expand Down

0 comments on commit 0f4886b

Please sign in to comment.