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.
2 parents 88ff195 + bb0571e commit a4a501cCopy full SHA for a4a501c
.travis.yml
@@ -3,11 +3,13 @@ language: python
3
python:
4
- "2.7"
5
- "3.5"
6
- # - "3.6" # TODO: make it work: https://github.com/tensorlayer/tensorlayer/issues/291
+ - "3.6"
7
+
8
install:
9
- pip install tensorflow
10
- pip install -r tests/requirements.txt
11
- pip install .
12
13
script:
14
# units test
15
# https://docs.pytest.org/en/latest/
0 commit comments