Skip to content

Commit 5d90285

Browse files
Travis compile and check against Python 3.6 - Issue #291 Solved
1 parent 8052c75 commit 5d90285

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ language: python
33
python:
44
- "2.7"
55
- "3.5"
6-
# - "3.6" # TODO: make it work: https://github.com/tensorlayer/tensorlayer/issues/291
6+
- "3.6"
7+
78
install:
89
- pip install tensorflow
910
- pip install -r tests/requirements.txt
1011
- pip install .
12+
1113
script:
1214
# units test
1315
# https://docs.pytest.org/en/latest/

0 commit comments

Comments
 (0)