mirror of
https://github.com/RPCSX/mbuild.git
synced 2026-01-31 01:05:17 +01:00
test on linux with travis-ci
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
# 3 not supported :(
|
||||
# - 3.5
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
|
||||
script:
|
||||
- python tests/1.py
|
||||
Reference in New Issue
Block a user