Skip to content

Commit

Permalink
Merge pull request #250 from PyAr/update_travis_python_releases
Browse files Browse the repository at this point in the history
update travis-ci python versions to tests
  • Loading branch information
facundobatista authored Apr 24, 2017
2 parents cbd65ed + a6f73b9 commit 7d52d56
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
Expand Up @@ -5,6 +5,9 @@ python:
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "nightly" # currently points to 3.7-dev
install:
- "pip install -r requirements.txt"
- "pip install python-coveralls"
Expand Down

0 comments on commit 7d52d56

Please sign in to comment.