8000 Fix path in travis. · SWCodeG/testing-python-apps@8dc441e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dc441e

Browse files
committed
Fix path in travis.
1 parent e9e6930 commit 8dc441e

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
@@ -1,6 +1,6 @@
11
language: python
22
env:
3-
- PYTHONPATH=`pwd`/section3/video_code/
3+
- PYTHONPATH=`pwd`
44
python:
55
- "2.7"
66
- "3.5"

0 commit comments

Comments
 (0)
0