## DEP-8 continuous integration tests.

# Verify that package is installed...
Test-Command: nicotine --version | grep Nicotine+
Depends: @
Restrictions: isolation-container

# Perform integration and unit tests...
Test-Command: xvfb-run python3 -m unittest
Depends: @
Restrictions: isolation-container
