Skip to content

Commit

Permalink
Test py3 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 9, 2020
1 parent f6d2f07 commit c0bd7a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements-dev.txt
- pip install .
Expand Down

0 comments on commit c0bd7a3

Please sign in to comment.