Skip to content

Commit

Permalink
Test against python 3.4 and 3.5 on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Dec 21, 2016
1 parent f9b6499 commit 5f28100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
install:
- cat requirements.txt | perl -p -i -e 's/>=/==/g' > exact_requirements.txt
- pip install -r exact_requirements.txt
Expand Down

0 comments on commit 5f28100

Please sign in to comment.