Skip to content

Commit 0680f71

Browse files
committed
Only the doc tests were being run
1 parent 8411b91 commit 0680f71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ install:
3939
# Dependencies
4040
- pip install --upgrade -r requirements.txt
4141
script:
42+
# Tests are run
43+
- ~/.scripts/python/run_tests.sh true $PYTHON_VERSION_TEST
4244
# Documentation tests are run
4345
- ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
4446
after_success:

0 commit comments

Comments
 (0)