Skip to content

Commit bcd2d97

Browse files
Cleaning up the tests and adding a Mock object for the urllib_request.urlopen call
1 parent ae9d08d commit bcd2d97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
33
- '2.6'
4-
# - '2.7'
5-
# - '3.2'
4+
- '2.7'
5+
- '3.2'
66
install:
77
- python setup.py install
88
script: python -m unittest discover

0 commit comments

Comments
 (0)