Skip to content

Commit

Permalink
added python 3 to travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Oct 23, 2017
1 parent 1c64dcf commit f7e0178
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python
python:
- "2.7"
sudo: false
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.6
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down

0 comments on commit f7e0178

Please sign in to comment.