summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-07-31 09:11:49 -0700
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-07-31 09:11:49 -0700
commit864e63430c9414535b06324afdb9c5f231f8deb5 (patch)
treea3f97f7fced6906f052588e4e6ee83e86f4d9a31 /.travis.yml
parent4cd8a729b1f056fdf0a5e0f3cd2907819523caf2 (diff)
Added behavioral tests to travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 93cfdccb..6e7a7ccb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- "3.4"
install:
- - pip install . pytest mock codecov
+ - pip install . pytest mock codecov behave pexpect
script:
- coverage run --source pgcli -m py.test