Move to CircleCI to continue building

This commit is contained in:
f4lco
2022-11-01 14:17:09 +01:00
parent 5164426548
commit 3dabf375c9
6 changed files with 46 additions and 19 deletions
+1 -3
View File
@@ -27,9 +27,7 @@ def canteen(request):
def is_enabled():
user_enabled = bool(os.getenv(ENV_ENABLED))
travis_enabled = os.getenv('TRAVIS_EVENT_TYPE') == 'cron'
return user_enabled or travis_enabled
return bool(os.getenv(ENV_ENABLED))
requires_online_api = pytest.mark.skipif(