Skip to content

Commit 9a6b1ec

Browse files
author
Dane Springmeyer
committed
travis: run both unit and visual tests
1 parent 731eafb commit 9a6b1ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- time python setup.py build
2525

2626
before_script:
27-
- true
27+
- python test/run_tests.py -q
2828

2929
script:
30-
- python setup.py test
30+
- python test/visual.py -q

0 commit comments

Comments
 (0)