Skip to content

Commit

Permalink
Merge branch 'master' into maurits-gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jan 10, 2014
2 parents be256b9 + 772df8e commit 43455ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,12 +1,12 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- pypy
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
install:
- pip install . --use-mirrors
- pip install tox
script:
- python setup.py test -q
- tox --develop
notifications:
email: false

0 comments on commit 43455ed

Please sign in to comment.