Skip to content

Commit a4a501c

Browse files
Merge pull request #487 from DEKHTIARJonathan/patch-1
Travis compile and check against Python 3.6 - Issue #291 Solved
2 parents 88ff195 + bb0571e commit a4a501c

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)