Skip to content

Commit

Permalink
Turning off python 2.7 CI testing (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-lockwood committed Nov 9, 2018
1 parent 6d33b1b commit d28f016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ doc/_build/
.DS_Store
targacq.a
.coverage
dist/
docs/_build/
stistarg.egg-info/
stistarg/version.py
.pytest_cache/
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ notifications:
os: linux

python:
- "2.7"
- "3.4"
#- "2.7"
- "3.5"
- "3.6"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
license = 'BSD-new',
keywords = ['astronomy'],
classifiers = ['Programming Language :: Python',
'Programming Language :: Python :: 2.7',
#'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d28f016

Please sign in to comment.