Skip to content

Commit 95f91ca

Browse files
authored
Merge pull request #9 from PytLab/dev
Add xsd to reaxff data conversion
2 parents 9edd6cb + 460a60f commit 95f91ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+102
-114
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ install:
3131

3232
# command to run tests
3333
script:
34-
- cd tests
35-
- coverage run vaspy_test.py
36-
37-
after_success:
38-
- cd tests
34+
- coverage run -m vaspy.tests.test_all
3935
- codecov
4036

README.rst

Lines changed: 1 addition & 1 deletion

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
:target: https://www.python.org/downloads/release/python-351/
3131
:alt: platform
3232
33-
.. image:: https://img.shields.io/badge/pypi-v0.8.10-blue.svg
33+
.. image:: https://img.shields.io/badge/pypi-v0.8.11-blue.svg
3434
:target: https://pypi.python.org/pypi/vaspy/
3535
:alt: versions
3636
@@ -95,9 +95,6 @@
9595
# long_description += line
9696

9797
name = 'vaspy'
98-
packages = [
99-
'vaspy',
100-
]
10198
platforms = ['linux']
10299
url = 'https://github.com/PytLab/VASPy'
103100
download_url = ''
@@ -111,6 +108,8 @@
111108
'Programming Language :: Python :: 3.5',
112109
]
113110

111+
test_suite = 'vaspy.tests.test_all'
112+
114113
setup(author=author,
115114
author_email=author_email,
116115
description=description,
@@ -124,6 +123,6 @@
124123
url=url,
125124
download_url=download_url,
126125
version=version,
127-
# test_suite="tests",
126+
test_suite=test_suite,
128127
classifiers=classifiers)
129128

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)