Skip to content

Pikkupomo/shoop-carousel

 
 

Repository files navigation

Shuup Carousel

This package implements carousels for the Shuup platform.

Copyright

Copyright (C) 2012-2015 by Shuup Ltd. <[email protected]>

Shuup is International Registered Trademark & Property of Shuup Ltd., Business ID: FI24815722, Business Address: Aurakatu 12 B, 20100 Turku, Finland.

License

Shuup Carousel is published under the GNU Affero General Public License, version 3 (AGPLv3). See the LICENSE file.

Running tests

You can run tests with py.test.

Requirements for running tests:

  • Your virtualenv needs to have Shuup installed.

  • Project root must be in the Python path. This can be done with:

    pip install -e .
  • The packages from testing_requirements.txt must be installed.

    pip install -r testing_requirements.txt

To run tests, use command:

py.test -v shuup_carousel_tests

Vendor plugins

Shuup Carousel uses the Owl Carousel 2 jQuery slider plugin, which has been included in the js/vendor directory.

About

Shoop carousel addon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.7%
  • HTML 18.0%
  • CSS 1.7%
  • JavaScript 1.6%