Skip to content

Commit beed8f4

Browse files
committed
update test
1 parent 5a6b5de commit beed8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ install:
2121
# command to run tests + check syntax style
2222
script:
2323
- flake8 examples/ ot/ test/
24-
- python -m py.test -v
24+
- python -m py.test -v test/
2525
# - py.test ot test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pep8 :
3838
flake8 examples/ ot/ test/
3939

4040
test : FORCE pep8
41-
python -m py.test -v
41+
python -m py.test -v test/
4242

4343
uploadpypi :
4444
#python setup.py register

0 commit comments

Comments
 (0)