Skip to content

Commit

Permalink
Drop travis support for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Apr 19, 2018
1 parent 0e402ab commit 94f68b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -15,10 +15,8 @@ env: #split tests
- TEST_FILES='tests/test_diskdf.py'
- TEST_FILES='tests/test_qdf.py tests/test_pv2qdf.py tests/test_streamgapdf.py'
- TEST_FILES='tests/test_streamdf.py'
matrix: # only run crucial tests for python 3.4
matrix: # only run crucial tests for python 3.5
include:
- python: "3.4"
env: TEST_FILES='tests/test_orbit.py' REQUIRES_PYNBODY=true REQUIRES_ASTROPY=true
- python: "3.5"
env: TEST_FILES='tests/test_orbit.py' REQUIRES_PYNBODY=true REQUIRES_ASTROPY=true
addons:
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -57,10 +57,10 @@ PYTHON VERSIONS AND DEPENDENCIES
---------------------------------

``galpy`` supports both Python 2 and 3. Specifically, galpy supports
Python 2.7 and Python 3.4, 3.5, and 3.6. It may also work on earlier
Python 3.* versions, but this has not been tested. Travis CI builds
regularly check support for Python 2.7 and 3.6 (and of 3.4/3.5 using a
limited set of tests).
Python 2.7 and Python 3.5 and 3.6. It may also work on earlier Python
3.* versions, but this has not been extensively tested. Travis CI
builds regularly check support for Python 2.7 and 3.6 (and of 3.5
using a limited set of tests).

This package requires `Numpy <http://numpy.scipy.org/>`__, `Scipy
<http://www.scipy.org/>`__, and `Matplotlib
Expand Down

0 comments on commit 94f68b4

Please sign in to comment.