We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7872e19 commit 4ae7d79Copy full SHA for 4ae7d79
.travis.yml
@@ -8,6 +8,8 @@ python:
8
- 'nightly'
9
install:
10
- pip install mock==2.0
11
+script:
12
+ - python -m unittest discover -s tests/ -p test_*.py -v
13
matrix:
14
allow_failures:
15
- python: 'nightly'
0 commit comments