Skip to content

Commit

Permalink
ignore cache files, don't ignore tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLeeh authored and MrLeeh committed Sep 20, 2016
1 parent 82e8bb0 commit 75a7e48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build/
venv/

*.tox
tox.ini
deploy.py

*.sublime-workspace
Expand All @@ -23,3 +22,4 @@ README.rst
#Source for local copy of Linux ADS lib
*so

.cache/
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py27, py35

[testenv]
whitelist_externals=*
commands = py.test
deps = pytest

[pytest]
testpaths = tests

0 comments on commit 75a7e48

Please sign in to comment.