Skip to content

Commit 55750f3

Browse files
committed
fix: test command
1 parent a9ae4cf commit 55750f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ python:
55
# command to install dependencies
66
#install: "pip install -r requirements.txt"
77
# command to run tests
8-
script: python -m unittest
8+
script: python tests\test.py

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
import sys
4-
sys.path.append('../source/')
4+
sys.path.append('source/')
55
from json_generator import get_json
66
from duplicates import list_duplicates
77
import json

0 commit comments

Comments
 (0)