Skip to content

Commit

Permalink
update travis .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domtunstill committed Nov 27, 2019
1 parent 80868aa commit 5d08b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# .env
.env
.vscode/*
.coverage
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os

from dotenv import load_dotenv, find_dotenv
# from dotenv import load_dotenv, find_dotenv

load_dotenv(find_dotenv())
# load_dotenv(find_dotenv())

class Test(object):
"""
Expand Down

0 comments on commit 5d08b50

Please sign in to comment.