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

Commit

Permalink
Use tox to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoalessio committed May 31, 2019
1 parent 44f6f9a commit a538db3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,6 +13,7 @@ venv
cover
*.egg-info
*.csv
.tox


# Ignore emacs backup files
Expand Down
2 changes: 0 additions & 2 deletions requirements-test.txt

This file was deleted.

9 changes: 9 additions & 0 deletions tox.ini
@@ -1,3 +1,12 @@
[tox]
envlist = py27

[testenv]
deps =
flexmock
commands =
python -m unittest discover -s doozerlib -p '*_test.py'

[flake8]
ignore =
# imported but unused
Expand Down

0 comments on commit a538db3

Please sign in to comment.