summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkxxoling <kxxoling@gmail.com>2015-05-02 12:05:18 +0800
committerkxxoling <kxxoling@gmail.com>2015-05-02 12:05:18 +0800
commit0366fb7bfb40be795a508e2209f86c5b2e62c1df (patch)
tree06391bac67be6d92eb3da53c4c74fb1831f90ed7
parent3e3f67c8e204d18006f7206f740d3f9e75074d35 (diff)
parenta758d480d57ffdcd6287bfc9cb27ddb79189b724 (diff)
downloadpython-prettytable-ptable-0366fb7bfb40be795a508e2209f86c5b2e62c1df.tar.gz
Merge branch 'hotfix/travis-install' into develop
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b3953c4..0525fe7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,5 @@ python:
- "3.3"
- "3.4"
-# command to install dependencies
-install:
- - pip install -r requirements.txt
-
# command to run tests
script: python test_prettytable.py