Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
netom committed Aug 17, 2018
1 parent 1574cd5 commit 63f3aae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python

addons:
apt:
packages:
- minisat

python:
- "2.6"
- "2.7"
- "3.5"
- "3.6"
- "3.7"

install:
- pip install -r requirements.txt

script:
- tests/run_tests.py
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 0 additions & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,5 @@ def testSolution(self):
]
)


if __name__ == "__main__":
unittest.main()

0 comments on commit 63f3aae

Please sign in to comment.