diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-28 13:03:26 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-28 13:03:26 -0400 |
| commit | 8af1d9331f44567b4f528d0969cb05357ab0c746 (patch) | |
| tree | 9647ef9df0d3a9d1b2fb3c472515d289e066b7bc | |
| parent | ef34a8537802e1a911957cfeabffd4ac163ecdf2 (diff) | |
| download | python-requests-8af1d9331f44567b4f528d0969cb05357ab0c746.tar.gz | |
fix
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 04f8f516..a938f5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ 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: |
