Skip to content

Commit

Permalink
adding CodeBuild buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rstevens011 committed Mar 21, 2019
1 parent a84fc92 commit c8a78b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildspec.yaml
@@ -0,0 +1,10 @@
version: 0.2
phases:
install:
commands:
- apt-get update
- apt-get install -y python3-pip
- pip install --upgrade tox
build:
commands:
- tox -v

0 comments on commit c8a78b9

Please sign in to comment.