Skip to content

Commit

Permalink
Support travis ci for testing (aws-cloudformation#195)
Browse files Browse the repository at this point in the history
Assuming CodeBuild failure is an artifact of the transition.  All hail our new Travis CI overlords.
  • Loading branch information
kddejong authored and Chuck Meyer committed Jul 9, 2018
1 parent d733a0e commit fe2e3f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=pylint36

- python: 2.7
env: TOXENV=py27
- python: 2.7
env: TOXENV=pylint27
install:
- pip install tox
script: tox
6 changes: 0 additions & 6 deletions buildspec_merge.yaml

This file was deleted.

0 comments on commit fe2e3f7

Please sign in to comment.