Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 089eec6

Browse files
author
Devin McGloin
committed
Updated python testing versions
1 parent 6c3ae7c commit 089eec6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"
8+
- "3.6"
9+
- "3.6-dev" # 3.6 development branch
10+
- "3.7-dev" # 3.7 development branch
11+
- "nightly"
912
install: "pip install -r requirements.txt"
1013
script: py.test
1114
env:
1215
- SMOOCH_SECRET=smooch_secret SMOOCH_KEY_ID=smooch_key_id
1316
before_install:
14-
- pip install -e .
17+
- pip install -e .

0 commit comments

Comments
 (0)