diff options
| author | Mathieu Pillard <mpillard@mozilla.com> | 2019-05-31 00:18:10 +0200 |
|---|---|---|
| committer | Mathieu Pillard <mpillard@mozilla.com> | 2019-05-31 00:18:10 +0200 |
| commit | 26f23efef97b257cfc8e7ffd77f83bf3cd16a9d4 (patch) | |
| tree | dcd0c6013aca61788256b5799c7a6d7bee154788 | |
| parent | ff6765fb8d57dbe9478a41922b9f1a5d80be55c5 (diff) | |
| download | django-compressor-django-2.2-support.tar.gz | |
Try to fix build matrix for Python 2.7/3.4django-2.2-support
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 6642ae3..5a2e443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,12 @@ install: - pip install tox script: - tox -env: - - TOXENV=py27-1.11.X - - TOXENV=py34-1.11.X -# for python 3.5 and 3.6, see https://github.com/travis-ci/travis-ci/issues/4794 -# for python 3.7, see https://github.com/travis-ci/travis-ci/issues/9815 matrix: include: + - python: 2.7 + env: TOXENV=py27-1.11.X + - python: 3.4 + env: TOXENV=py34-1.11.X - python: 3.5 env: TOXENV=py35-1.11.X - python: 3.6 |
