Fixed typo in travis yaml file.

This commit is contained in:
Mark Wolfman
2020-04-29 23:55:40 -05:00
parent a3bb488c23
commit 035da4d594
+1 -1
View File
@@ -6,7 +6,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements-testing.txt
- pip install -r requirements-tests.txt
- pip install -e .
# command to run tests
script: