Skip to content

Commit

Permalink
Move tests creator files and make travis ignore them
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Oct 18, 2018
1 parent 8099ca8 commit 2898868
Show file tree
Hide file tree
Showing 4 changed files with 1,664 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jdk:
- oraclejdk8

script:
- py.test -v --ignore=optimus/dl/ --ignore=tests/test_dl.py --ignore=examples/
- py.test -v --ignore=optimus/dl/ --ignore=tests/test_dl.py --ignore=examples/ --ignore=tests/creator

deploy:
provider: pypi
Expand Down
Empty file added tests/creator/__init__.py
Empty file.
Loading

0 comments on commit 2898868

Please sign in to comment.