Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
added tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarakat committed Mar 2, 2017
1 parent 954e2bb commit 7342aa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
*.pyc
*.swp
.tox/*
dist/*
build/*
env/*
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -114,7 +114,7 @@ Please report any issues you may have and feel free to contribute.
License
-------

Copyright (c) 2015 Sami Barakat
Copyright (c) 2015-2017 Sami Barakat

Licensed under the `MIT
license <https://github.com/sbarakat/beets-copyartifacts/blob/master/LICENSE>`__.
6 changes: 6 additions & 0 deletions tox.ini
@@ -0,0 +1,6 @@
[testenv]
basepython = python2.7
commands = nosetests {posargs}
deps =
nose
mock

0 comments on commit 7342aa3

Please sign in to comment.