Skip to content

Commit c6dea5e

Browse files
committed
Add Babel as dep.
1 parent 917ee87 commit c6dea5e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
- TOXENV=py35
2626
- TOXENV=py34
2727
- TOXENV=py33
28-
install: pip install -U tox pybabel
28+
install: pip install -U tox Babel
2929
language: python
3030
python: 3.5
3131
script:

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ coverage:
103103
$(BROWSER) htmlcov/index.html
104104
@echo
105105

106-
release: clean
106+
release: clean msg-compile
107107
@echo $(TAG)Package and upload a release$(END)
108108
python setup.py sdist upload
109109
python setup.py bdist_wheel upload
110110
@echo
111111

112-
dist: clean
112+
dist: clean msg-compile
113113
@echo $(TAG)Builds source and wheel package$(END)
114114
python setup.py sdist
115115
python setup.py bdist_wheel

requirements_dev.pip

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ coverage==4.1
88
cryptography==1.7
99
PyYAML==3.11
1010
pytest==2.9.2
11+
Babel==2.4.0
1112
story==1.1.3

0 commit comments

Comments
 (0)