Skip to content

Commit eac24f3

Browse files
committed
Merge pull request #5 from wesleykendall/develop
Updated tests to verify package installation
2 parents 7b1b391 + df0fb64 commit eac24f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
env:
55
- DJANGO=1.6.1 DB=postgres
66
install:
7+
- python setup.py install
78
- pip install -q Django==$DJANGO
89
- pip install -r requirements.txt
910
before_script:

db_mutex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.1.2

0 commit comments

Comments
 (0)