Commit 1c948d61 authored by WillBrennan's avatar WillBrennan

revised travis

parent fe77bb9c
language: python language: python
python:
- "2.6" before_script:
- "2.7" - pip install -U pytest
- "3.2"
- "3.3" matrix:
- "3.4" include:
- "3.5" - python: "2.6"
- "3.5-dev" # 3.5 development branch - python: "2.7"
- "3.6" - python: "3.2"
- "3.6-dev" # 3.6 development branch - python: "3.3"
- "3.7-dev" # 3.7 development branch - python: "3.4"
- "nightly" # currently points to 3.7-dev - python: "3.5"
# command to install dependencies - python: "3.5-dev"
- python: "3.6"
- python: "3.6-dev"
- python: "3.7"
- python: "nightly"
allow_failures:
- python: "3.5-dev"
- python: "3.6"
- python: "3.6-dev"
- python: "3.7"
- python: "nightly"
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
# command to run tests script:
script: pytest - uname -a
\ No newline at end of file - pytest --version
- pytest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment