summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--test-requirements.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dfc6606..5bb856e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,6 @@ python:
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
-script: "./run_tests.sh && ./run_tests.sh --pep8"
+script: "./run_tests.sh && ./run_tests.sh --integration && ./run_tests.sh --pep8 && gitlint"
after_success:
- coveralls \ No newline at end of file
diff --git a/test-requirements.txt b/test-requirements.txt
index 4595db8..cbb77f1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,4 +5,5 @@ coverage==3.7.1
python-coveralls==2.5.0
radon==1.2.1
mock==1.3.0
-pytest==2.8.2 \ No newline at end of file
+pytest==2.8.2
+-e . \ No newline at end of file