Skip to content

Commit

Permalink
remove other os
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed Jun 16, 2019
1 parent 2d600d3 commit 24fdf1c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,16 @@ dist: xenial # required for Python >= 3.7
language: python
matrix:
include:
- name: "Python 3.7.1 on Xenial Linux"
python: 3.7
dist: xenial
- name: "Python 3.7.2 on macOS"
os: osx
python: 3.7
osx_image: xcode10.2
language: shell
- name: "Python 3.7.3 on Windows"
os: windows
python: 3.7
language: shell
before_install: choco install python --version 3.7.3
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: "Python 3.6 on Xenial Linux"
python: 3.6
dist: xenial
- name: "Python 3.6 on macOS"
os: osx
python: 3.6
osx_image: xcode10.2
language: shell
- name: "Python 3.6 on Windows"
os: windows
python: 3.6
language: shell
before_install: choco install python --version 3.6.7
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
- name: "Python 3.5 on Linux"
python: 3.5

install:
- pip3 install -r requirements.txt
script:
Expand Down

0 comments on commit 24fdf1c

Please sign in to comment.