Skip to content

Commit

Permalink
Update tox env list
Browse files Browse the repository at this point in the history
  • Loading branch information
7anshuai committed Aug 10, 2020
1 parent dcaba5c commit 10e23ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
script: pytest
services: redis-server
before_script: "python -m nltk.downloader stopwords"
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py35, py36
envlist = py27, py36, py37

[testenv]
commands = nosetests
deps = nose
commands = pytest
deps = pytest

0 comments on commit 10e23ce

Please sign in to comment.