mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added travis
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
# command to install dependencies
|
||||
cache: pip
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r requirements.txt --ignore-installed
|
||||
|
||||
# keep build from timing out
|
||||
dist: xenial
|
||||
|
||||
# command to run tests
|
||||
script:
|
||||
- py.test # or py.test for Python versions 3.5 and below
|
||||
Reference in New Issue
Block a user