Skip to content

Commit 84a8fbe

Browse files
author
Atte Keltanen
committed
add travis
1 parent a232bef commit 84a8fbe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22

33
from unittest import TestCase
4-
from unittest.mock import patch
54
import io
65
import sys
76
import os

0 commit comments

Comments
 (0)