summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-28 12:55:59 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-28 12:55:59 -0400
commitef34a8537802e1a911957cfeabffd4ac163ecdf2 (patch)
tree052bce4592faee2db8cd507677ff22cc4daafa44
parent55014bcc4857b7fbc2a53b4207dd427f1255466e (diff)
downloadpython-requests-ef34a8537802e1a911957cfeabffd4ac163ecdf2.tar.gz
better ci file
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a938f5ee..04f8f516 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,6 @@ python:
# command to install dependencies
install: "make"
# command to run tests
-script:
- - |
- if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- - make ci
cache: pip
jobs:
include: