Skip to content

Commit

Permalink
Merge pull request #6 from Ajedi32/travis
Browse files Browse the repository at this point in the history
Run tests with Travis
  • Loading branch information
Ajedi32 committed Dec 4, 2018
2 parents 028ec1d + e5a87ad commit d6aa491
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
python:
- "3.6"
- "3.6-dev"
- "3.7-dev"

install:
- pip install pipenv
- pipenv install --dev

script:
# Automated tests
- pipenv run pytest tests/

# Test build
- pipenv run python setup.py sdist bdist_wheel

# Test doc generation
- pipenv run sphinx-build docs/source/ docs/build/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![AppVeyor Windows Build Status](https://ci.appveyor.com/api/projects/status/v0dcr07ijca9cw5w/branch/master?svg=true
)](https://ci.appveyor.com/project/Ajedi32/echovr-api/branch/master)
[![AppVeyor Windows Build Status](https://ci.appveyor.com/api/projects/status/v0dcr07ijca9cw5w/branch/master?svg=true)](https://ci.appveyor.com/project/Ajedi32/echovr-api/branch/master)
[![Travis Build Status](https://travis-ci.com/Ajedi32/echovr-api.svg?branch=master)](https://travis-ci.com/Ajedi32/echovr-api)

# Echo VR API

Expand Down

0 comments on commit d6aa491

Please sign in to comment.