Skip to content

Commit

Permalink
Run Travis CI fastText tests on Python 3.7 instead of 3.6, to even ou…
Browse files Browse the repository at this point in the history
…t build times
  • Loading branch information
osma committed May 13, 2020
1 parent 701e54b commit 5333069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -29,9 +29,9 @@ install:
# Install the optional Omikuji dependency
# - except for one Python version (3.7) so that we can test also without them
- if [[ $TRAVIS_PYTHON_VERSION != '3.7' ]]; then pip install .[omikuji]; fi
# Install the optional fastText dependencies for Python 3.7 only
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install .[fasttext]; fi
# For Python 3.6, install the optional dependencies that depend on system libraries
# - fastText dependencies
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install .[fasttext]; fi
# - voikko dependencies
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install .[voikko]; fi
# - vw dependencies
Expand Down

0 comments on commit 5333069

Please sign in to comment.