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

Commit

Permalink
Merge branch 'master' of github.com:hadrien/pyramid_rest
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Feb 23, 2015
2 parents c1446a6 + d25559f commit 33c73c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,3 +24,4 @@ velo/tests/coverage.xml
coverage.xml
nosetests.xml
.coveralls.yml
.tox
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist = py26,py27,py33

[testenv]
commands =
pip install -r dev-requirements.txt
python setup.py nosetests

0 comments on commit 33c73c9

Please sign in to comment.