8000 TST: switch from 3.6-dev to 3.6 by tacaswell · Pull Request #7714 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

TST: switch from 3.6-dev to 3.6 #7714

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 1 commit into from
Dec 31, 2016
Merged
Changes from all commits
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
TST: switch from 3.6-dev to 3.6
  • Loading branch information
tacaswell committed Dec 31, 2016
commit fc614399410b3f347a37612f47dbe8e195aa48fc
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ matrix:
env: BUILD_DOCS=true
- python: 3.5
env: USE_PYTEST=true PANDAS=pandas DELETE_FONT_CACHE=1 TEST_ARGS=
- python: "3.6-dev"
env: PRE=--pre
- python: 3.6
env: USE_PYTEST=true DELETE_FONT_CACHE=1 TEST_ARGS=
- python: "nightly"
env: PRE=--pre
- os: osx
Expand Down
0