Skip to content

Commit

Permalink
Test on Pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and DoodleBears committed Jun 30, 2024
1 parent 09a67f1 commit 1583edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.4"
- "3.5"
- "pypy"
- "pypy3"

# Use container-based infrastructure
sudo: false
Expand All @@ -23,7 +24,7 @@ install:

script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then coverage run --source=langdetect --omit=langdetect/tests/* -m unittest2 discover; fi
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then coverage run --source=langdetect/* --omit=langdetect/tests/* -m unittest discover; fi
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then coverage run --source=langdetect --omit=langdetect/tests/* -m unittest discover; fi

after_success:
- pip install coveralls
Expand Down

0 comments on commit 1583edc

Please sign in to comment.