diff --git a/.travis.yml b/.travis.yml index 0a70412..a40f59f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,21 @@ + jobs: include: - os: linux dist: xenial + language: python + python: + - "3.6" + - "2.7" - os: linux dist: bionic - -language: python + language: python + python: + - "3.6" + - "2.7" + -python: - - "3.6" - - "2.7" before_install: - sudo apt-get update