We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed694ba commit 7872e19Copy full SHA for 7872e19
1 file changed
.travis.yml
@@ -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