Skip to content

Commit

Permalink
Merge pull request #1524 from MDAnalysis/issue-260-py3
Browse files Browse the repository at this point in the history
Made python 3 support official
  • Loading branch information
kain88-de authored Jul 19, 2017
2 parents 01e9fa0 + 1208eb1 commit 301c7eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- COVERALLS=false
- NOSE_FLAGS="--processes=2 --process-timeout=400 --no-open-files --with-timer --timer-top-n 50"
- NOSE_TEST_LIST=""
- PYTEST_FLAGS="--disable-pytest-warnings --numprocesses 2 --durations=50"
- PYTEST_FLAGS="--disable-pytest-warnings --durations=50"
- PYTEST_LIST="testsuite/MDAnalysisTests/lib testsuite/MDAnalysisTests/formats testsuite/MDAnalysisTests/coordinates testsuite/MDAnalysisTests/utils testsuite/MDAnalysisTests/topology testsuite/MDAnalysisTests/auxiliary testsuite/MDAnalysisTests/core testsuite/MDAnalysisTests/analysis"
- NOSE_COVERAGE_FILE="nose_coverage"
- PYTEST_COVERAGE_FILE="pytest_coverage"
Expand Down Expand Up @@ -89,15 +89,21 @@ matrix:
EVENT_TYPE='cron'

- os: linux
env: NAME='full-py3.6'
PYTHON_VERSION=3.6
env: NAME='full-py3.4'
PYTHON_VERSION=3.4
CONDA_DEPENDENCIES=${CONDA_ALL_DEPENDENCIES}
allow_failures:

- os: linux
env: NAME='full-py3.5'
PYTHON_VERSION=3.5
CONDA_DEPENDENCIES=${CONDA_ALL_DEPENDENCIES}

- os: linux
env: NAME='full-py3.6'
PYTHON_VERSION=3.6
CONDA_DEPENDENCIES=${CONDA_ALL_DEPENDENCIES}


install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
Expand Down
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mm/dd/17 richardjgowers, rathann, orbeckst, tylerjereddy, mtiberti, kain88-de,
* 0.17.0

Enhancements
* Python versions 3.4 and upwards are now supported (Issue #260)
* add low level lib.formats.libdcd module for reading/writing DCD (PR #1372)
* replace old DCD reader with a Python 3 ready DCD reader (Issue #659)

Expand Down

0 comments on commit 301c7eb

Please sign in to comment.