Skip to content

Commit

Permalink
Switching to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 27, 2012
1 parent 2f7d427 commit 9a6d37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,11 +10,11 @@ before_install:
install:
- pip install psycopg2
- pip install django==$DJANGO
- pip install pep8
- pip install flake8
- pip install -e .
before_script:
- export DJANGO_SETTINGS_MODULE=timezone_field.test_settings
- psql -c 'create database timezone_field_test;' -U postgres
- pep8 .
- flake8 .
script:
- django-admin.py test timezone_field
2 changes: 1 addition & 1 deletion timezone_field/__init__.py
@@ -1,3 +1,3 @@
from .fields import TimeZoneField
from .fields import TimeZoneField # noqa

__version__ = '0.3.2'

0 comments on commit 9a6d37d

Please sign in to comment.