mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Use py.test for testing
This commit is contained in:
@@ -13,6 +13,6 @@ before_script:
|
||||
script:
|
||||
- make
|
||||
- make compress
|
||||
- coverage run manage.py test -v 2
|
||||
- coverage run py.test
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
3
src/pytest.ini
Normal file
3
src/pytest.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE=pretix.settings
|
||||
|
||||
@@ -6,6 +6,8 @@ flake8
|
||||
coveralls
|
||||
coverage
|
||||
selenium
|
||||
pytest
|
||||
pytest-django
|
||||
# PyVirtualDisplay
|
||||
# -e git+https://github.com/pretix/sauceclient.git@master#egg=sauceclient
|
||||
# travis
|
||||
|
||||
Reference in New Issue
Block a user