8000 Add Travis job with 3.6 nightly by jenshnielsen · Pull Request #5014 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add Travis job with 3.6 nightly #5014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 15, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readd --pre to 3.5
Needed because the wheelhouse does not correctly handle missing versions
  • Loading branch information
jenshnielsen committed Sep 15, 2015
commit 54ddbe5f425d253040ad32b8c8b5e375bd5321b5
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ matrix:
- python: 2.7
env: BUILD_DOCS=true MOCK=mock
- python: "3.5.0rc4"
env: PRE=--pre
- python: "nightly"
env: PRE=--pre
allow_failures:
Expand Down
0