Skip to content

Commit

Permalink
TravisCI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Jul 3, 2017
1 parent f679b69 commit 306c9fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python

os: linux
dist: trusty
group: edge

python:
- "2.7"
#- "3.5"

# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt

# command to run tests
script: pytest -m "not underdeverlopment"

0 comments on commit 306c9fb

Please sign in to comment.