Skip to content

Commit

Permalink
change order of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bird committed Jun 24, 2021
1 parent cf2643f commit 51b0f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -61,9 +61,9 @@ install:
# Enabling type checking with mypy, but only showing the warning messages
script:
- mypy --config-file setup.cfg scrubadub/
- flake8 --config setup.cfg scrubadub/
# If py3.5 then examples with spacy don't work so disable doctests
- if python3 --version | grep -Evq "Python (3\\.5\\.)" ; then nosetests --with-doctest ; else nosetests ; fi
- flake8 --config setup.cfg scrubadub/
- python3 ./tests/benchmark_accuracy.py --fast
- python3 ./tests/benchmark_time.py
- if python3 --version | grep -Evq "Python (3\\.5\\.)" ; then cd docs && make html && cd - ; fi
Expand Down

0 comments on commit 51b0f82

Please sign in to comment.