aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--elivepatch_client/requirements.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ddba1dd..3e27013 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ before_script:
- sleep 3
script:
- - python elivepatch_client/bin/elivepatch --patch elivepatch_client/example/1.patch --config elivepatch_client/example/config --url http://127.0.0.1:5000 \ No newline at end of file
+ - PYTHONPATH=$(pwd) python elivepatch_client/bin/elivepatch --patch elivepatch_client/example/1.patch --config elivepatch_client/example/config --url http://127.0.0.1:5000 \ No newline at end of file
diff --git a/elivepatch_client/requirements.txt b/elivepatch_client/requirements.txt
index 0ec30c1..5779f39 100644
--- a/elivepatch_client/requirements.txt
+++ b/elivepatch_client/requirements.txt
@@ -1,2 +1 @@
-GitPython
-ArgsParser \ No newline at end of file
+GitPython \ No newline at end of file