Skip to content

Commit 5ce1cc5

Browse files
authored
Merge pull request #274 from tensorlayer/luo-testfolder
move the mnist test to an independent folder.
2 parents 60f4085 + 51d41e6 commit 5ce1cc5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ script:
1313
# - pytest
1414

1515
# smoke tests
16-
- python example/tutorial_mnist_tiny.py
16+
- python tests/test_mnist_simple.py

example/tutorial_mnist_tiny.py renamed to tests/test_mnist_simple.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#! /usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
5-
64
import tensorflow as tf
75
import tensorlayer as tl
86

0 commit comments

Comments
 (0)