We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297cf8 commit c361052Copy full SHA for c361052
.travis.yml
@@ -2,7 +2,8 @@
2
language: python
3
python:
4
- "2.7"
5
- - "3.6"
+ - "3.5"
6
+ # - "3.6" # TODO: make it work: https://github.com/tensorlayer/tensorlayer/issues/291
7
install:
8
- pip install tensorflow
9
- pip install .
0 commit comments