Skip to content

Commit d842582

Browse files
committed
Fix pybabel and tox installation order.
1 parent 63cacd4 commit d842582

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ env:
2828
install: pip install -U tox
2929
language: python
3030
python: 3.5
31-
script:
32-
- pybabel compile -D pyschool -d learnregex/locale -f --statistics
33-
- tox -e ${TOXENV}
31+
script: tox -e ${TOXENV}

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ deps =
1313
-r{toxinidir}/requirements_dev.pip
1414
commands =
1515
pip install -U pip
16+
pybabel compile -D pyschool -d learnregex/locale -f --statistics
1617
py.test --basetemp={envtmpdir}
1718

1819
; If you want to make tox run the tests with the same versions, create a

0 commit comments

Comments
 (0)