Skip to content

Commit

Permalink
Potential fix for Travis CI not working with PEP508 compliant environ…
Browse files Browse the repository at this point in the history
…ment markers
  • Loading branch information
runfalk committed Mar 21, 2017
1 parent 89913a4 commit 3386fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
install:
- pip install --upgrade pip
- pip install -r requirements.txt
script:
- make test
Expand Down

0 comments on commit 3386fd0

Please sign in to comment.