Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Otoru committed May 31, 2019
1 parent d1e4b3b commit 9fcff46
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 101 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include README.md
include setup.cfg
include LICENSE
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ verify_ssl = true

[dev-packages]
ipython = "*"
mkdocs = "*"
pylint = "*"
twine = "*"
travis = "*"

[packages]
greenswitch = "*"
Expand Down
107 changes: 9 additions & 98 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
project_urls={
'Bug Reports': 'https://github.com/Otoru/Jaspion/issues',
'Source Code': 'https://github.com/Otoru/Jaspion',
'Docs': 'https://github.com/Otoru/jaspion/blob/master/README.md',
'Docs': 'https://github.com/Otoru/jaspion/wiki',
}
)
11 changes: 11 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dist: xenial
language: python

python:
- '3.7'

install:
- python -m pip install pipenv
- pipenv install

script: "python setup.py install"

0 comments on commit 9fcff46

Please sign in to comment.