Skip to content

Commit

Permalink
fix shema and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 8, 2016
1 parent 14b02e9 commit db119df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
install:
- pip install coveralls coverage
- pip install -q "$DJANGO"
before_script:
- python setup.py install
script:
- coverage run manage.py test

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"Topic :: Software Development"
],
packages=[
'django-gpxpy',
'django_gpxpy',
],
)

0 comments on commit db119df

Please sign in to comment.