Skip to content
Snippets Groups Projects
Commit 83360d1e authored by Jay's avatar Jay
Browse files

Envs not passing into build

parent 510458ae
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,11 @@ branches: ...@@ -4,10 +4,11 @@ branches:
only: only:
- master - master
env: matrix:
- PYTHON_VERSION = "3.4" include:
- PYTHON_VERSION = "3.5" - PYTHON_VERSION = "3.4"
- PYTHON_VERSION = "3.6" - PYTHON_VERSION = "3.5"
- PYTHON_VERSION = "3.6"
os: os:
- linux - linux
- osx - osx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment