Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
YogurtTheHorse committed Sep 7, 2016
1 parent 06a01ef commit 8e4486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,6 @@ python:
install: "pip install -r requirements.txt"

before_script:
- echo "TELEGRAM_TOKEN = '123456789:AABBCCDDEEFFGGHHJJKKLLMMNNOOPPRRSST';ADMINS_IDS = [ ];MODERS_IDS = [ ];DATABASE_PATH = 'data/db.json';USERS_PATH = 'data/users'" > config.py
- echo "TELEGRAM_TOKEN = '123456789:AABBCCDDEEFFGGHHJJKKLLMMNNOOPPRRSST';ADMINS_IDS = [ ];MODERS_IDS = [ ];DATABASE_PATH = 'db.json';USERS_PATH = 'users'" > config.py

script: "python tests.py"

0 comments on commit 8e4486c

Please sign in to comment.