Navigation Menu

Skip to content

Commit

Permalink
Tox and travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Sep 28, 2013
1 parent 3e342b8 commit d8f9df2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,8 +3,9 @@
*.pyc
*_flymake
.coverage
.sass-cache/
.ropeproject/
.sass-cache/
.tox/
nose.cfg
MANIFEST
_build/
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "2.6"
- "3.3"
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq
Expand Down
14 changes: 14 additions & 0 deletions tox.ini
@@ -0,0 +1,14 @@
[tox]
envlist = py27,py33

[testenv]
commands = py.test
deps =

[testenv:py27]
deps =
pytest

[testenv:py33]
deps =
pytest

0 comments on commit d8f9df2

Please sign in to comment.