Skip to content

Commit

Permalink
drop 3.2 and 3.3, add 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Oct 31, 2017
1 parent f1a61f2 commit 8efdc14
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install: "pip install nose numpy"
script: nosetests
- "3.6"
- "nightly"
install: "pip install pytest numpy"
script: pytest

0 comments on commit 8efdc14

Please sign in to comment.