Skip to content

Commit

Permalink
move saftey test helper files into safety folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Apr 7, 2018
1 parent ce0545f commit 021dde7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- checkout
- run:
name: Build image
command: "docker build -t panda -f tests/Dockerfile ."
command: "docker build -t panda -f tests/safety/Dockerfile ."
- run:
name: Run safety test
command: |
Expand Down
7 changes: 0 additions & 7 deletions tests/Dockerfile

This file was deleted.

7 changes: 7 additions & 0 deletions tests/safety/Dockerfile
@@ -0,0 +1,7 @@
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y clang make python python-pip
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
RUN pip install -r /panda/safety/tests/requirements.txt
COPY . /panda

File renamed without changes.

0 comments on commit 021dde7

Please sign in to comment.