Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed May 4, 2018
1 parent 81f92fa commit 05595fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python
python:
- '3.5'
- '3.6'
- '3.5'
- '3.6'
install:
- pip install -r requirements.txt
- pip install -r requirements.txt
script:
- pytest
deploy:
provider: pypi
user: Dev-Oss
Expand Down

0 comments on commit 05595fc

Please sign in to comment.