Setup build server
Peer with @IanLalonde
This commit is contained in:
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
language: python
|
||||||
|
script:
|
||||||
|
pytest
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
# S4-P3-Projet
|
# S4-P3-Projet
|
||||||
PCB maker project
|
PCB maker project
|
||||||
|
|
||||||
|
[](https://travis-ci.org/marc4492/S4-P3-Projet)
|
||||||
@@ -2,4 +2,6 @@ from unittest import TestCase
|
|||||||
|
|
||||||
|
|
||||||
class TestFormatPbm(TestCase):
|
class TestFormatPbm(TestCase):
|
||||||
pass
|
|
||||||
|
def test_formatPbm(self):
|
||||||
|
assert True
|
||||||
|
|||||||
Reference in New Issue
Block a user