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

Commit

Permalink
changing travis python version
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jun 16, 2015
1 parent 320e15c commit e4f0923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
# Config file for automatic testing at travis-ci.org

language: python
python: "2.7"
python: "3.4"

env:
- TOX_ENV=py27-django14
Expand Down
2 changes: 1 addition & 1 deletion runtests.py
Expand Up @@ -7,4 +7,4 @@
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "stored_messages.tests.settings")

from django.core.management import execute_from_command_line
execute_from_command_line([sys.argv[0], "test", app_to_test, '-v', '3'])
execute_from_command_line([sys.argv[0], "test", app_to_test])
1 change: 1 addition & 0 deletions stored_messages/tests/settings.py
Expand Up @@ -21,6 +21,7 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": "stored_messages.sqlite",
}
}

Expand Down

0 comments on commit e4f0923

Please sign in to comment.