File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
- TOXENV=py35
26
26
- TOXENV=py34
27
27
- TOXENV=py33
28
- install : pip install -U tox pybabel
28
+ install : pip install -U tox Babel
29
29
language : python
30
30
python : 3.5
31
31
script :
Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ coverage:
103
103
$(BROWSER) htmlcov/index.html
104
104
@echo
105
105
106
- release : clean
106
+ release : clean msg-compile
107
107
@echo $(TAG ) Package and upload a release$(END )
108
108
python setup.py sdist upload
109
109
python setup.py bdist_wheel upload
110
110
@echo
111
111
112
- dist : clean
112
+ dist : clean msg-compile
113
113
@echo $(TAG ) Builds source and wheel package$(END )
114
114
python setup.py sdist
115
115
python setup.py bdist_wheel
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ coverage==4.1
8
8
cryptography==1.7
9
9
PyYAML==3.11
10
10
pytest==2.9.2
11
+ Babel==2.4.0
11
12
story==1.1.3
You can’t perform that action at this time.
0 commit comments