Skip to content

Commit

Permalink
fix formatting - can now read with python3 yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdere committed Oct 21, 2018
1 parent 2850f39 commit 06d1c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: python
python:
- "3.6"

install:
install:
- pip install -e .
- pip install -r requirements.txt

script: pytest
script: pytest

0 comments on commit 06d1c8e

Please sign in to comment.