This website works better with JavaScript
Home
Explore
Help
Sign In
yangck
/
celery
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added tox.ini. To run tests on 2.5+2.6+2.7 do:
pip install tox tox
Ask Solem
14 years ago
parent
69b56879e5
commit
812ca75839
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
tox.ini
+ 5
- 0
tox.ini
View File
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+[testenv]
+commands=nosetests
+