Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Integration tests #38

Merged
merged 3 commits into from
Feb 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
machine:
node:
version: 6.9.2
post:
- pyenv global 2.7.10
environment:
TOX_PYTHON_27: python2.7

dependencies:
pre:
- npm install -g eslint
- pip install tox
- npm install
- node_modules/.bin/builder run build-dist
- node_modules/.bin/builder run copy-lib

test:
override:
- tox
- npm run test
Loading