Files
archived-mbuild/.travis.yml
Mark Charney 9eefb36a01 travis-ci: remove osx, python builds not supported there
Change-Id: Ic5c084502abe41f23d0e2515190a55a35533f1d1
2017-06-13 08:49:37 -04:00

15 lines
167 B
YAML

language: python
python:
- 2.7
- 3.5
- 3.6
install:
- pip install .
script:
- python tests/1.py
- python tests/2.py
- python tests/3.py