Skip to content

Commit

Permalink
Experiment to see if pypy tests run faster on Travis without coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Aug 3, 2015
1 parent 0cde4b6 commit 5edbcbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ deps = -rtox-requirements.txt
commands =
python setup.py test -a "-v --cov ramlfications --cov-report term-missing"

; experiment to see if pypy tests run faster on Travis without coverage
[testenv:pypy]
basepython = pypy
setenv =
PYTHONHASHSEED = 0
LC_ALL=en_US.utf-8
LANG=en_US.utf-8
deps = -rtox-requirements.txt
commands =
python setup.py test

[testenv:flake8]
basepython = python2.7
deps =
Expand Down

0 comments on commit 5edbcbe

Please sign in to comment.