matrix setup

This commit is contained in:
Erin O'Connell
2017-09-02 00:21:43 -06:00
parent 9c92a7cd27
commit 2dbb1a1755
+7 -10
View File
@@ -1,12 +1,11 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# - "3.7-dev"
# - "pypy"
# - "pypy3" # TODO: pkg_config issues
matrix:
include:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
# command to install dependencies
install:
@@ -17,8 +16,6 @@ install:
jobs:
include:
- stage: Style Tests ✨
python: "3.6"
script: pipenv run flake8
- stage: Main Test Suite ✨✨
python: "3.6"
script: pipenv run pytest tests