Skip to content

Commit 6df008b

Browse files
Attempt to use the latest Python versions to workaround datetime issues.
https://bugs.python.org/issue23600 dateutil/dateutil#158
1 parent c897c42 commit 6df008b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sudo: false
22
language: python
33
python:
44
- "2.7"
5-
- "3.4"
6-
- "3.5"
5+
- "3.4.4"
6+
- "3.5.1"
77
install:
88
- pip install --upgrade pip
99
- pip install python-dateutil --upgrade

0 commit comments

Comments
 (0)