Skip to content

Commit 6bb8d5a

Browse files
author
agrandiere
committed
add .travis.yml
1 parent 921a5b6 commit 6bb8d5a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
sightengine/*.pyc
22

33
*.pyc
4+
5+
*.iml
6+
7+
*.xml

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
5+
install:
6+
- pip install
7+
script:
8+
- python tests.py

tests.py

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

0 commit comments

Comments
 (0)