mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
add .travis.yml
This commit is contained in:
parent
13d2ad7079
commit
c3323f3c45
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 3.6
|
||||
- nightly
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- pytest tests
|
Loading…
Reference in New Issue
Block a user