Skip to content

Commit

Permalink
test travis with python 3.5, 3.6, and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Aug 22, 2019
1 parent 5271f0d commit 348495e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
# Latest node
before_install:
Expand Down
1 change: 1 addition & 0 deletions py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent'
Expand Down

0 comments on commit 348495e

Please sign in to comment.