We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ae4cf commit 55750f3Copy full SHA for 55750f3
.travis.yml
@@ -5,4 +5,4 @@ python:
5
# command to install dependencies
6
#install: "pip install -r requirements.txt"
7
# command to run tests
8
-script: python -m unittest
+script: python tests\test.py
tests/test.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
3
import sys
4
-sys.path.append('../source/')
+sys.path.append('source/')
from json_generator import get_json
from duplicates import list_duplicates
import json
0 commit comments