Skip to content

Commit

Permalink
circle ci setup PT 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctduffy committed Aug 5, 2019
1 parent f47a61e commit ede76ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: 2.1


jobs:
"python-27commands:
commands:
package-install-test:
description: "install library from source distribution and run tests"
steps:
- checkout
- run : |
Expand All @@ -26,7 +25,9 @@ jobs:
coverage erase
make test
codecov
":
jobs:
"python-27":
working_directory: ~/nlp_primitives
docker:
- image: circleci/python:2.7
Expand Down

0 comments on commit ede76ac

Please sign in to comment.