Skip to content

Commit

Permalink
updated travis notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosthealex committed Mar 9, 2017
1 parent 21b3aa1 commit f3ddfdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coverage
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!coverage.py: This is a private format, don't read it directly!{"lines":{"E:\\Projects\\limigrations\\limigrations\\migration.py":[32,19,20,21,23,26,29],"E:\\Projects\\limigrations\\limigrations\\__init__.py":[2],"E:\\Projects\\limigrations\\limigrations\\limigrations.py":[129,172,146,148,175,156,157,160,161,35,36,37,38,39,40,41,42,171,44,173,47,176,177,179,53,54,55,58,169,182,206,80,82,163,78,87,88,89,91,92,94,95,97,98,100,101,102,103,105,107,108,110,112,114,115,116,117,119,120,121,122,123,170,126,85]}}
!coverage.py: This is a private format, don't read it directly!{"lines":{"E:\\Projects\\limigrations\\setup.py":[64,68,6,9,11,12,14,17,18,19,84,21,22,23,24,25,90,28,78,31,32,97,35,103,40,43,44,45,46,47,104,50,53,56,57,58,59,60],"E:\\Projects\\limigrations\\tests\\__init__.py":[2],"E:\\Projects\\limigrations\\limigrations\\migration.py":[32,19,20,21,23,26,29],"E:\\Projects\\limigrations\\limigrations\\__init__.py":[2],"E:\\Projects\\limigrations\\test_migrations\\test_migration.py":[2,4,5,6,7,8,9,10,11,12,13,14,15,16],"E:\\Projects\\limigrations\\limigrations\\limigrations.py":[129,172,146,148,175,156,157,160,161,35,36,37,38,39,40,41,42,171,44,173,47,176,177,179,53,54,55,58,169,182,206,80,82,163,78,87,88,89,91,92,94,95,97,98,100,101,102,103,105,107,108,110,112,114,115,116,117,119,120,121,122,123,170,126,85],"E:\\Projects\\limigrations\\tests\\test_limigrations.py":[2,3,4,5,6,7,10,16,18,20,21,22,23,25,27,28,29,30,31,32,34,36,38,39,52,54,56,57,58,59,60,62,63,64,65,67,70,71,87,89,90,92,93,94,95,96,97,99,100,101,102]}}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
notifications:
email: false

language: python
python:
- "2.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='limigrations',
version='1.0.2',
version='1.0.3',
description='Lightweight migrations system for python / sqlite3',
long_description=long_description,

Expand Down

0 comments on commit f3ddfdb

Please sign in to comment.