Skip to content

Commit 4b8c4d9

Browse files
authored
Merge pull request #4 from sakura-internet/feat/travis-ci
Travis-CI
2 parents 85134c2 + 136548a commit 4b8c4d9

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
- "3.5-dev" # 3.5 development branch
5+
- "3.6"
6+
- "3.6-dev" # 3.6 development branch
7+
- "3.7-dev" # 3.7 development branch
8+
- "nightly" # currently points to 3.7-dev
9+
# command to install dependencies
10+
install:
11+
- "pip install -r requirements.txt"
12+
- "pip install -r requirements-dev.txt"
13+
# command to run tests
14+
script: pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python library for SakuraIO
1+
# Python library for SakuraIO ![travis-ci](https://travis-ci.org/sakura-internet/python-sakuraio.svg?branch=master)
22

33
**WARNING: This library is under development with destructive changes.**
44

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest

requirements.txt

Whitespace-only changes.

sakuraio/hardware/test/__init__.py

Whitespace-only changes.

sakuraio/hardware/tests/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)