Skip to content

Commit 917ee87

Browse files
committed
Fix travis build.
1 parent d998265 commit 917ee87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ env:
2525
- TOXENV=py35
2626
- TOXENV=py34
2727
- TOXENV=py33
28-
install: pip install -U tox
28+
install: pip install -U tox pybabel
2929
language: python
3030
python: 3.5
3131
script:
32-
- make msg
32+
- pybabel compile -D pyschool -d learnregex/locale -f --statistics
3333
- tox -e ${TOXENV}

0 commit comments

Comments
 (0)