Skip to content

Commit 494f2e5

Browse files
committed
Merge branch 'develop'
2 parents acc01ad + 0e7e656 commit 494f2e5

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.semver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.3

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ sudo: required
44
language: python
55

66
python:
7-
- 2.7
8-
- 3.3
9-
- 3.4
10-
- 3.5
11-
- 3.6
7+
- "2.7"
8+
- "3.3"
9+
- "3.4"
10+
- "3.5"
11+
- "3.6"
12+
- "3.7-dev"
1213

1314
install:
1415
- pip install -r requirements.txt

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorlog==2.10.0
22
nyawc==1.7.10
3-
requests==2.18.1
3+
requests==2.18.4
44
requests_toolbelt==0.8.0
55
selenium==3.4.3

0 commit comments

Comments
 (0)