Skip to content

Commit

Permalink
Refining Travis test process
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 3, 2017
1 parent 4fb1471 commit 776db1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,4 +38,4 @@ script:
- python manage.py test
- cp purple_robot/.pylintrc .
- pylint purple_robot
- bandit -r .
# - bandit -r .
29 changes: 0 additions & 29 deletions local_settings.travis.py

This file was deleted.

3 changes: 2 additions & 1 deletion settings.travis.py
@@ -1,3 +1,4 @@
# pylint: skip-file
"""
Django settings for purple_robot_site project.
Expand Down Expand Up @@ -50,7 +51,7 @@
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]

ROOT_URLCONF = 'purple_robot_site.urls'
ROOT_URLCONF = 'pr.urls'

TEMPLATES = [
{
Expand Down

0 comments on commit 776db1a

Please sign in to comment.