Skip to content

Commit

Permalink
fix: run test builds for py2.7 and py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Aug 5, 2020
1 parent 939d3d5 commit 3ea6634
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -55,6 +55,16 @@ matrix:
env: TEST=bench
script: python bench/tests/test_setup_production.py TestSetupProduction.production

- name: "Python 2.7 Tests"
python: 2.7
env: TEST=bench
script: python -m unittest -v bench.tests.test_init

- name: "Python 3.7 Tests"
python: 3.7
env: TEST=bench
script: python -m unittest -v bench.tests.test_init

- name: "Python 3.6 Easy Install"
python: 3.6
env: TEST=easy_install
Expand Down

0 comments on commit 3ea6634

Please sign in to comment.