Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Dec 27, 2019
1 parent a90814d commit 1ead2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ addons:


script:
- if [ "$TEST" = "PYTHON" ]; then python3 -m pip install -3 .[dev]; fi
- if [ "$TEST" = "PYTHON" ]; then python3 -m pip install -e .[dev]; fi
- if [ "$TEST" = "PYTHON" ]; then make lint; fi
- if [ "$TEST" = "PYTHON" ]; then make tests; fi
- if [ "$TEST" = "DOCKER" ]; then docker build .; fi
Expand Down

0 comments on commit 1ead2dd

Please sign in to comment.