Skip to content

Commit 6404c86

Browse files
authored
Updated Travis testing from Py3.4 -> Py3.5
1 parent d703396 commit 6404c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false # Use container-based infrastructure
22
language: python
33
python:
44
- "2.7"
5-
- "3.4"
5+
- "3.5"
66
before_install:
77
# Commands below copied from: http://conda.pydata.org/docs/travis.html
88
# We do this conditionally because it saves us some downloading if the

0 commit comments

Comments
 (0)