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 a232bef commit 84a8fbeCopy full SHA for 84a8fbe
.travis.yml
@@ -0,0 +1,12 @@
1
+language: python
2
+python:
3
+ - "2.7"
4
+ - "3.4"
5
+ - "3.5"
6
+ - "3.6"
7
+ - "pypy3.5"
8
+install:
9
+ - python setup.py clean
10
+ - python setup.py sdist
11
+script:
12
+ - python setup.py test
testdroid/tests/test_all.py
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from unittest import TestCase
-from unittest.mock import patch
import io
import sys
import os
0 commit comments