Skip to content

Commit

Permalink
Merge 7d793ed into 1744bbd
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 24, 2019
2 parents 1744bbd + 7d793ed commit d796d72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,10 +2,13 @@ language: python
matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
cache: pip

install:
- pip install tox-travis

script:
- tox
- tox
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
author='Jinzhe Zeng',
author_email='jzzeng@stu.ecnu.edu.cn',
packages=find_packages(),
python_requires='~=3.6.0',
python_requires='>=3.6.0',
install_requires=['numpy', 'scipy',
'matplotlib', 'scikit-learn', 'ase>=3.12',
'coloredlogs',
Expand All @@ -42,6 +42,7 @@
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Version Control :: Git",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py36
envlist = py{36,37}

[testenv]
extras = tf, test
Expand All @@ -12,4 +12,4 @@ commands =
pytest --pyargs kconmd --cov {envsitepackagesdir}/kconmd -s
- coveralls
- codecov -e TOXENV
- python-codacy-coverage -r coverage.xml
- python-codacy-coverage -r coverage.xml

0 comments on commit d796d72

Please sign in to comment.