Skip to content

Commit 189c647

Browse files
authored
Merge pull request #3 from pact-foundation/travis-ci
Add Travis CI build
2 parents 8f074a0 + 559efb8 commit 189c647

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
9+
sudo: false
10+
11+
install: pip install -r requirements_dev.txt
12+
13+
script: make test

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pycodestyle==2.2.0
1111
pydocstyle==1.1.1
1212
pyflakes==1.3.0
1313
tox==2.5.0
14+
tox-travis==0.8
1415
wheel==0.24.0
1516

1617
-r requirements.txt

0 commit comments

Comments
 (0)