Skip to content

Commit f7a9d06

Browse files
committed
Merge pull request #8 from Oefenweb/bugfix-for-makefilewq
Bugfix for Makefile
2 parents 970e0a4 + 696efc3 commit f7a9d06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33
python:
44
- "2.7"
55

6-
install: "pip install -r requirements.txt"
6+
install: "make init"
77

88
before_script:
99
- "export PYTHONPATH=${PYTHONPATH}:$(pwd)"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: check source deb
22

33
init:
4-
pip install -r requirements.txt --use-mirrors
4+
pip install -r requirements.txt
55

66
dist: source deb
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010

1111
setup(name='glibc-locale-tools',
12-
version='0.2.1',
12+
version='0.2.3',
1313
author='Mischa ter Smitten',
1414
author_email='mtersmitten@oefenweb.nl',
1515
maintainer='Mischa ter Smitten',

0 commit comments

Comments
 (0)