1
0
mirror of https://github.com/xgi/castero synced 2024-11-10 15:28:45 +01:00

add .travis.yml

This commit is contained in:
Jake Robertson 2018-04-06 22:31:18 -04:00
parent 13d2ad7079
commit c3323f3c45

11
.travis.yml Normal file

@ -0,0 +1,11 @@
language: python
python:
- 3.6
- nightly
install:
- pip install -r requirements.txt
script:
- pytest tests