Skip to content

Commit b5b2b75

Browse files
authored
Merge pull request #16 from neilgarb/v0.0.6
Updates for v0.0.6
2 parents 2c68655 + ca88a96 commit b5b2b75

File tree

2 files changed

+146
-73
lines changed

2 files changed

+146
-73
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.4
53
- 3.5
64
- 3.6
75

86
install:
97
- easy_install -U setuptools
10-
- pip uninstall -y six
11-
- pip install six>=1.11.0
128
- python setup.py -q install
139
- pip install codecov
1410

0 commit comments

Comments
 (0)