1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/.travis.yml
2020-02-22 00:25:18 -07:00

14 lines
358 B
YAML

---
language: minimal
services:
- docker
- redis
before_install:
- docker build -t hyperglass/ubuntu -f .tests/DockerfileUbuntu .
jobs:
include:
- stage: Lint
script: docker run hyperglass/ubuntu /bin/sh -c "cd /tmp/hyperglass; poetry run flake8 hyperglass"
- stage: Test
script: docker run hyperglass/ubuntu /tmp/dockersetup.sh