File tree Expand file tree Collapse file tree 6 files changed +11
-29
lines changed Expand file tree Collapse file tree 6 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ sudo: false
5
5
matrix :
6
6
include :
7
7
- { os: linux, env: PYTHON_VERSION=2.7 }
8
- - { os: linux, env: PYTHON_VERSION=3.5 }
9
8
- { os: linux, env: PYTHON_VERSION=3.6 }
9
+ - { os: linux, env: PYTHON_VERSION=3.7 }
10
10
- { os: osx, env: PYTHON_VERSION=2.7 }
11
- - { os: osx, env: PYTHON_VERSION=3.5 }
12
11
- { os: osx, env: PYTHON_VERSION=3.6 }
12
+ - { os: osx, env: PYTHON_VERSION=3.7 }
13
13
14
14
env :
15
15
global :
@@ -33,6 +33,5 @@ script:
33
33
- python -m pytest -v --cov=mbuild --cov-report= --pyargs mbuild
34
34
35
35
after_success :
36
- - coveralls
37
36
- codecov
38
- - if [[ $PYTHON_VERSION == 3.5 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source devtools/travis-ci/update_gh_pages.sh; fi
37
+ - if [[ $PYTHON_VERSION == 3.7 ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source devtools/travis-ci/update_gh_pages.sh; fi
Original file line number Diff line number Diff line change 5
5
[ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/x4aiyeio2c1xf3vx/branch/master?svg=true )] ( https://ci.appveyor.com/project/ctk3b/mbuild-o0viu/branch/master )
6
6
[ ![ PyPI Version] ( https://badge.fury.io/py/mbuild.svg )] ( https://pypi.python.org/pypi/mbuild )
7
7
[ ![ Binstar Badge] ( https://anaconda.org/mosdef/mbuild/badges/version.svg )] ( https://anaconda.org/mosdef/mbuild )
8
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/mosdef-hub/mbuild/badge.svg?branch=master )] ( https://coveralls.io/github/mosdef-hub/mbuild?branch=master )
9
8
[ ![ codecov] ( https://codecov.io/gh/mosdef-hub/mbuild/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mosdef-hub/mbuild )
10
9
11
10
With just a few lines of mBuild code, you can assemble reusable components into
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ environment:
4
4
5
5
matrix :
6
6
- PYTHON : " C:\\ Miniconda36-x64"
7
- CONDA_PY : " 35 "
7
+ CONDA_PY : " 36 "
8
8
ARCH : " 64"
9
9
- PYTHON : " C:\\ Miniconda36-x64"
10
- CONDA_PY : " 36 "
10
+ CONDA_PY : " 37 "
11
11
ARCH : " 64"
12
12
13
13
install :
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ in order to get all of the dependencies.
46
46
Supported Python Versions
47
47
-------------------------
48
48
49
- Python 2.7, 3.5 and 3.6 are officially supported, including testing during
49
+ Python 2.7, 3.6 and 3.7 are officially supported, including testing during
50
50
development and packaging. Support for Python 2.7 is planned to be dropped in
51
- late 2019. Other Python versions, such as 3.7 and 3.4 and older, may
51
+ late 2019. Other Python versions, such as 3.8 and 3.5 and older, may
52
52
successfully build and function but no guarantee is made.
53
53
54
54
Testing your installation
Original file line number Diff line number Diff line change @@ -4,27 +4,14 @@ packmol>=1!18.013
4
4
nglview >= 0.6.2.3
5
5
oset
6
6
parmed
7
- # TODO: Remove pinning of mdtraj version once mol2 reader issues have been resolved.
8
- # https://github.com/mdtraj/mdtraj/pull/1378
9
- # Once this has been released in a new MDTraj version, this can be removed.
10
- mdtraj == 1.9.1
11
- foyer
7
+ mdtraj
8
+ # TODO: Add back foyer when it can be built on Python 3.7
12
9
gsd
13
10
openbabel
14
11
networkx
15
12
pytest >= 3.0
16
13
jupyter
17
14
nbformat
18
- python-coveralls
19
- # TODO: Remove the pinning of the pytest-cov version again once issue
20
- # https://github.com/z4r/python-coveralls/issues/66
21
- # is resolved.
22
- # Background: pytest-cov 2.6.0 has increased the version
23
- # requirement for the coverage package from >=3.7.1 to
24
- # >=4.4, which is in conflict with the version requirement
25
- # defined by the python-coveralls package for coverage==4.0.3.
26
- # This fix from:
27
- # https://github.com/pywbem/pywbem/commit/d85a3e73e08d2846073087733b790b5a8864d93f
28
- pytest-cov >= 2.4.0 ,< 2.6
15
+ pytest-cov
29
16
pytest-faulthandler
30
17
codecov
Original file line number Diff line number Diff line change @@ -4,7 +4,4 @@ packmol>=1!18.013
4
4
nglview >= 0.6.2.3
5
5
oset
6
6
parmed
7
- # TODO: Remove pinning of mdtraj version once mol2 reader issues have been resolved.
8
- # https://github.com/mdtraj/mdtraj/pull/1378
9
- # Once this has been released in a new MDTraj version, this can be removed.
10
- mdtraj == 1.9.1
7
+ mdtraj
You can’t perform that action at this time.
0 commit comments