Skip to content

Commit

Permalink
Merge pull request #106 from alichtman/travis-ci
Browse files Browse the repository at this point in the history
Travis test
  • Loading branch information
alichtman authored Oct 19, 2018
2 parents 4cd229c + 6f4a46d commit 9bb91b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.cache/
.cache/*
.DS_Store
*.pyc
*.txt
*.xml
*.iml
*.whl
shallow_backup.egg-info/PKG-INFO
shallow_backup.egg-info/*
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
sudo: false
language: python
os: osx
python:
- "3.6"
install:
- pip install pipenv
- pipenv install --dev
# command to run tests
script:
- pipenv run python3 -m pytest

git:
depth: false

branches:
only:
- /.*/

0 comments on commit 9bb91b7

Please sign in to comment.