Skip to content

Commit 9bfa900

Browse files
committed
Attempt to make travis test with python 3.6 too
Based on https://github.com/jpadilla/pyjwt/pull/262/files
1 parent 7af032f commit 9bfa900

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
language: python
22
python:
3-
- "3.5"
3+
- "3.6"
4+
addons:
5+
apt:
6+
sources:
7+
- deadsnakes
8+
packages:
9+
- python3.5 python3.5-dev
410
sudo: false
511
env:
612
- TOXENV=py27
713
- TOXENV=py33
814
- TOXENV=py34
915
- TOXENV=py35
16+
- TOXENV=py36
1017
install:
1118
- pip install -U pip
1219
- pip install -U tox coverage coveralls

0 commit comments

Comments
 (0)