diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-03 12:23:54 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-04 11:35:38 -0700 |
| commit | 406f39cfdb92fbd377e3fa62e1fa28157e7eb796 (patch) | |
| tree | 419d91c91620e0b3a5a1a88c491b1c73031ca9d6 | |
| parent | 6e11d1d6bffecd42bd9c061db4bd4a7d566e841f (diff) | |
| download | sqlparse-406f39cfdb92fbd377e3fa62e1fa28157e7eb796.tar.gz | |
Update travis config
Add 2.6 testing but allow to fail.
Fix codecov upload
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6453a5d..d7a0111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: 3.5 env: - TOXENV=flake8 + - TOXENV=py26 - TOXENV=py27 - TOXENV=py33 - TOXENV=py34 @@ -18,14 +19,15 @@ matrix: env: TOXENV=py36 allow_failures: + - env: TOXENV=py26 - python: "nightly" install: - - pip install tox coveralls + - pip install tox coveralls codecov script: - tox after_success: - coveralls - - bash <(curl -s https://codecov.io/bash) + - codecov |
