Skip to content

Commit

Permalink
Add Python 3.6 runtime test (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored and HDembinski committed May 16, 2019
1 parent 466d3e2 commit ae41a2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ matrix:
script:
source ci-scripts/travis_sdist_test.sh

- name: "3.6: sdist"
python: 3.6
install:
pip install --upgrade cython numpy
script:
source ci-scripts/travis_sdist_test.sh

- name: "3.7: sdist"
python: 3.7-dev
install:
Expand Down

0 comments on commit ae41a2d

Please sign in to comment.