Skip to content

Commit

Permalink
Add Travis and AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Apr 29, 2017
1 parent 9383e3f commit 5e08260
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "3.2"
- "3.6"
os:
- linux
- osx
script: ./test.py
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
environment:
matrix:
- PYTHON: "C:\Python33-x64"
- PYTHON: "C:\Python36-x64"

test_script:
- "%PYTHON%\\python.exe test.py"

0 comments on commit 5e08260

Please sign in to comment.