Skip to content

Commit c361052

Browse files
committed
switch to python3.5 (#291) for testing
1 parent 5297cf8 commit c361052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
language: python
33
python:
44
- "2.7"
5-
- "3.6"
5+
- "3.5"
6+
# - "3.6" # TODO: make it work: https://github.com/tensorlayer/tensorlayer/issues/291
67
install:
78
- pip install tensorflow
89
- pip install .

0 commit comments

Comments
 (0)