Skip to content

Commit

Permalink
Added a tox.ini file for multi-version testing. Updated travis.yml to…
Browse files Browse the repository at this point in the history
… include python 3.3.
  • Loading branch information
Jwpe committed Feb 28, 2014
1 parent ccdaa50 commit c1e43f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
*.egg
*.pyc
dist
.tox
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.3"
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install coverage"
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
@@ -0,0 +1,7 @@
[tox]
envlist = py27,py33
[testenv]
deps=
pytest
Flask-Testing
commands=py.test

0 comments on commit c1e43f8

Please sign in to comment.