tox and testing for py2.6, py2.7

This commit is contained in:
Marc Sibson
2014-05-27 22:24:57 -07:00
parent 0356f27993
commit 4a366a1b97
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install:
+1 -1
View File
@@ -1,3 +1,3 @@
requests
-r requirements.txt
nose
mock
+1
View File
@@ -0,0 +1 @@
requests
+6
View File
@@ -0,0 +1,6 @@
[tox]
envlist = py26, py27
[testenv]
deps=-rrequirements.dev.txt
commands=nosetests