diff options
author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2015-10-13 21:56:04 -0700 |
---|---|---|
committer | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2015-10-13 21:56:04 -0700 |
commit | 8b4f190583a2ecc115b0f4c4a24f0e13fa7de0a5 (patch) | |
tree | ca772d840e996c9fb30a9956f4e50cf7b136fed1 /.travis.yml | |
parent | 189b121397f34be9f9baf8f995620cc5755561cc (diff) | |
parent | 7330ed60b08e94c239aa76db4bcf9ee4613bc8be (diff) | |
download | isort-8b4f190583a2ecc115b0f4c4a24f0e13fa7de0a5.tar.gz |
Merge pull request #354 from graingert/travis-test-on-python3.5
run Python 3.5 tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5ed06553..67381307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy +matrix: + include: + - python: 3.5 + env: + - TOXENV=py35 install: - pip install tox script: |