Skip to content

Commit

Permalink
Merge pull request #3 from pact-foundation/travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI build
  • Loading branch information
jslvtr authored Apr 7, 2017
2 parents 8f074a0 + 559efb8 commit 189c647
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

sudo: false

install: pip install -r requirements_dev.txt

script: make test
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pycodestyle==2.2.0
pydocstyle==1.1.1
pyflakes==1.3.0
tox==2.5.0
tox-travis==0.8
wheel==0.24.0

-r requirements.txt

0 comments on commit 189c647

Please sign in to comment.