Skip to content

Commit

Permalink
fixed travis configuration to use full test set.
Browse files Browse the repository at this point in the history
Now when branches are pushed or PRs are opened, travis will run py37full
instead of just py37. Running `tox` locally will still use py37 for ease
of development. py37full can be run with `tox -e py37full` but does not
run by default because it contains tests that can be time consuming.
  • Loading branch information
sarahmorin committed Apr 22, 2020
1 parent b8d3ee6 commit 58db430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
- TOXENV=docs
- env:
- TOXENV=py37,codecov
- TOXENV=py37full,codecov
python: '3.7'
before_install:
- python --version
Expand Down

0 comments on commit 58db430

Please sign in to comment.