Skip to content

Commit 7872e19

Browse files
committed
Add Travis integration
1 parent ed694ba commit 7872e19

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- 'pypy2.7'
4+
- 'pypy3.5'
5+
- '2.7'
6+
- '3.3'
7+
- '3.7'
8+
- 'nightly'
9+
install:
10+
- pip install mock==2.0
11+
matrix:
12+
allow_failures:
13+
- python: 'nightly'

0 commit comments

Comments
 (0)