X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=a6df1127a340eec0771f34dfa1e26a6aa39aefec;hb=1878992bf0f98d3c419d22eb0c0f153c31f33705;hp=a3bc2413c861529a081667fd45d8c523ec19d492;hpb=45fc87bdf32110a196e050a238f2f78833e515f6;p=sqlconvert.git diff --git a/.travis.yml b/.travis.yml index a3bc241..a6df112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ -# Config file for automatic testing at travis-ci.org +os: linux -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master +dist: xenial language: python @@ -31,7 +27,6 @@ matrix: - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 - python: "2.7" env: TOXENV=py27-postgres @@ -42,7 +37,6 @@ matrix: - python: "3.6" env: TOXENV=py36-postgres - python: "3.7" - dist: xenial env: TOXENV=py37-postgres - python: "2.7" env: TOXENV=py27-sqlite @@ -53,12 +47,10 @@ matrix: - python: "3.6" env: TOXENV=py36-sqlite - python: "3.7" - dist: xenial env: TOXENV=py37-sqlite - python: "2.7" env: TOXENV=py27-flake8 - python: "3.7" - dist: xenial env: TOXENV=py37-flake8 install: