Skip to content

Commit

Permalink
Run tests in higher aggression level
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Jan 9, 2014
1 parent a6afa75 commit ee0a516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ before_script:

script:
- python test/test_autopep8.py
- python test/acid.py --aggressive test/example.py
- python test/acid.py -aaaa test/example.py

- if [ "$TRAVIS_PYTHON_VERSION" == "3.3" ]; then python -m doctest -v README.rst; fi

- if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then pep8 autopep8.py; fi

- pip --quiet install pydiff
- python test/acid.py --compare-bytecode test/example.py
- python test/acid.py -aaaa --compare-bytecode test/example.py

- python test/test_suite.py

Expand Down

0 comments on commit ee0a516

Please sign in to comment.