Skip to content

Commit

Permalink
MAINT: run Python 2.6 tests on Travis CI with -OO interpreter flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 6, 2013
1 parent d243cbb commit 9c05604
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
# http://lint.travis-ci.org/
language: python
python:
- 2.6
- 3.3
matrix:
include:
- python: 2.7
env:
- TESTMODE=full
- COVERAGE=--coverage
- python: 2.6
env:
- TESTMODE=fast
- OPTIMIZE=-OO
before_install:
- uname -a
- free -m
Expand All @@ -31,7 +34,7 @@ before_install:
- python -V
- popd
script:
- python runtests.py -g -m $TESTMODE $COVERAGE
- python $OPTIMIZE runtests.py -g -m $TESTMODE $COVERAGE
env:
- TESTMODE=fast
notifications:
Expand Down

0 comments on commit 9c05604

Please sign in to comment.