Now includes different operating systems too.

This commit is contained in:
Pouria Hadjibagheri 2017-03-13 00:53:59 +00:00
parent d6576846ae
commit b5071b6db9

View file

@ -4,44 +4,44 @@ sudo: false
matrix: matrix:
include: include:
- python: 2.7 - python: 2.7
env: DJANGO=django==1.8.* env: DJANGO=1.8.*
- python: 2.7 - python: 2.7
env: DJANGO=django==1.9.* env: DJANGO=1.9.*
- python: 2.7 - python: 2.7
env: DJANGO=django==1.10.* env: DJANGO=1.10.*
- python: 2.7 - python: 2.7
env: DJANGO=django==1.11b env: DJANGO=1.11b
- python: 3.4 - python: 3.4
env: DJANGO=django==1.8.* env: DJANGO=1.8.*
- python: 3.4 - python: 3.4
env: DJANGO=django==1.9.* env: DJANGO=1.9.*
- python: 3.4 - python: 3.4
env: DJANGO=django==1.10.* env: DJANGO=1.10.*
- python: 3.4 - python: 3.4
env: DJANGO=django==1.11b env: DJANGO=1.11b
- python: 3.5 - python: 3.5
env: DJANGO=django==1.8.* env: DJANGO=1.8.*
- python: 3.5 - python: 3.5
env: DJANGO=django==1.9.* env: DJANGO=1.9.*
- python: 3.5 - python: 3.5
env: DJANGO=django==1.10.* env: DJANGO=1.10.*
- python: 3.5 - python: 3.5
env: DJANGO=django==1.11b env: DJANGO=1.11b
- python: 3.6 - python: 3.6
env: DJANGO=django==1.8.* env: DJANGO=1.8.*
- python: 3.6 - python: 3.6
env: DJANGO=django==1.9.* env: DJANGO=1.9.*
- python: 3.6 - python: 3.6
env: DJANGO=django==1.10.* env: DJANGO=1.10.*
- python: 3.6 - python: 3.6
env: DJANGO=django==1.11b env: DJANGO=1.11b
- os: osx - os: osx
language: generic language: generic
env: DJANGO=django==1.10* env: DJANGO=1.10*
# Perform the manual steps on OSX to install Python3 and activate venv: # Perform the manual steps on OSX to install Python3 and activate venv:
# Since Python versions have been tested on Linux and it is only a matter of # Since Python versions have been tested on Linux and it is only a matter of