Skip to content

Commit 949c701

Browse files
committed
Fixed PYTHONPATH import
1 parent bb142f4 commit 949c701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ install:
1616
- "pip install -r requirements.txt"
1717
- "pip install -r development.txt"
1818
env:
19-
- PYTHONPATH=backuplambda
19+
- PYTHONPATH=lambda
2020
# command to run tests
2121
script: nosetests

0 commit comments

Comments
 (0)