rebranding
[django-pagination.git] / .travis.yml
index 4d555f6..6f9a195 100644 (file)
@@ -19,7 +19,7 @@ install:
   - pip install 'coverage<4' # coverage>=4 has issues with python3
   - pip install -q Django==$DJANGO_VERSION coveralls
   - python setup.py egg_info
-script: coverage run --source='linaro_django_pagination' --omit *runner*,*test_project* setup.py test
+script: coverage run --source='fnp_django_pagination' --omit *runner*,*test_project* setup.py test
 after_success:
   - coveralls
 matrix: