Skip to content

Commit 952c95f

Browse files
committed
💄 Updated Travis Configuration
1 parent 2d1328f commit 952c95f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ python:
55
- "3.5-dev" # 3.5 development branch
66
- "3.6-dev" # 3.6 development branch
77
- "nightly" # 3.7 development branch
8+
- "pypy" # 3.7 development branch
9+
os:
10+
- "linux"
11+
- "osx"
12+
matrix:
13+
allow_failures:
14+
- python: "nightly"
15+
- python: "pypy"
816
addons:
917
apt:
1018
packages:

0 commit comments

Comments
 (0)