Skip to content

Commit

Permalink
Added tox config and ignored tox temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Jan 23, 2014
1 parent 5beecd7 commit 9958d88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.tox/
tmp_in.txt
*tmp.in*
*.pyc
Expand Down
12 changes: 12 additions & 0 deletions tox.ini
@@ -0,0 +1,12 @@
[tox]
envlist = py27
[testenv]
deps = nose
numpy
scipy
pandas
matplotlib
pysolar
commands=
nosetests \
[]

0 comments on commit 9958d88

Please sign in to comment.