Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ script:
# - pytest

# smoke tests
- python example/tutorial_mnist_tiny.py
- python tests/test_mnist_simple.py
2 changes: 0 additions & 2 deletions example/tutorial_mnist_tiny.py → tests/test_mnist_simple.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#! /usr/bin/python
# -*- coding: utf-8 -*-



import tensorflow as tf
import tensorlayer as tl

Expand Down