Skip to content

Commit

Permalink
add py3.7 and py3.8 unit test jobs to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
munkm committed Feb 10, 2020
1 parent 46fbf21 commit 7bdd77d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ jobs:
python: 3.6
script: coverage run $(which nosetests) -c nose_unit.cfg

- stage: tests
name: "Python: 3.7 Unit Tests"
python: 3.6
script: coverage run $(which nosetests) -c nose_unit.cfg

- stage: tests
name: "Python: 3.8 Unit Tests"
python: 3.6
script: coverage run $(which nosetests) -c nose_unit.cfg

- stage: tests
name: "Python: 2.7 Minimal Dependency Answer Tests"
python: 2.7
Expand Down

0 comments on commit 7bdd77d

Please sign in to comment.