Skip to content

Commit

Permalink
Incremented Python versions in matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Aug 7, 2018
1 parent 0019f2a commit cb4074f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,9 +2,9 @@ sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

addons:
apt:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -71,8 +71,9 @@ def write_version(filename=VERSION_TARGET):
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Scientific/Engineering :: Physics',
],
Expand Down

0 comments on commit cb4074f

Please sign in to comment.